#3FABAE

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

Shades of Light Sea Green #3FABAE

Tints of Light Sea Green #3FABAE

Color information

#3FABAE (or 0x3FABAE) is unknown color: approx Light Sea Green. HEX triplet: 3F, AB and AE. RGB value is (63,171,174). Sum of RGB (Red+Green+Blue) = 63+171+174=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FABAE is #C05451. Grayscale: #8A8A8A. Windows color (decimal): -12604498 or 11447103. OLE color: 11447103.

HSL color Cylindrical-coordinate representation of color #3FABAE: hue angle of 181.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FABAE is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63171174-
CMYK0.640.0200.32
HSL181.62º46.84%46.47%-
HSV(B)181.62º63.79%68.24%-
XYZ24.2533.2445.18-
YUV139.05147.7273.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.44%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=15.44%
G=41.91%
B=42.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631711740.640.0200.32181.6246.8446.47
Hex3FABAE402020b62f2e
Octal7725325610020402665756
Binary1111111010101110101110100000010010000010110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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