#3fabac

Color #3FABAC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #3FABAC

Tints of Light Sea Green #3FABAC

Color information

#3FABAC (or 0x3FABAC) is unknown color: approx Light Sea Green. HEX triplet: 3F, AB and AC. RGB value is (63,171,172). Sum of RGB (Red+Green+Blue) = 63+171+172=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FABAC is #C05453. Grayscale: #8A8A8A. Windows color (decimal): -12604500 or 11316031. OLE color: 11316031.

HSL color Cylindrical-coordinate representation of color #3FABAC: hue angle of 180.55º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FABAC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63171172-
CMYK0.630.0100.33
HSL180.55º46.38%46.08%-
HSV(B)180.55º63.37%67.45%-
XYZ24.0633.1644.16-
YUV138.82146.7273.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=15.52%
G=42.12%
B=42.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711720.630.0100.33180.5546.3846.08
Hex3FABAC3F1021b52e2e
Octal772532547710412655656
Binary11111110101011101011001111111010000110110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fabac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3fabac; }

 p { color: rgb(63,171,172); }

 H1.HeaderClassName
 {
   color: #3fabac;
 }
 .AnyTagClassName
 {
   color: #3fabac;
 }
</style>
background-color css

<style>
 a { background-color: #3fabac; }

 a { background-color: rgb(63,171,172); }

 div.DivClassName
 {
   background-color: #3fabac;
 }
 .BgClassName
 {
   background-color: #3fabac;
 }
</style>
border-color css

<style>
 span { border-color: #3fabac; }

 span { border-color: rgb(63,171,172); }

 td.TdClassName
 {
   border-color: #3fabac;
 }
 .TagClassName
 {
   border-color: #3fabac;
 }
</style>