#3FAAA6

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

Shades of Light Sea Green #3FAAA6

Tints of Light Sea Green #3FAAA6

Color information

#3FAAA6 (or 0x3FAAA6) is unknown color: approx Light Sea Green. HEX triplet: 3F, AA and A6. RGB value is (63,170,166). Sum of RGB (Red+Green+Blue) = 63+170+166=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAA6 is #C05559. Grayscale: #898989. Windows color (decimal): -12604762 or 10922559. OLE color: 10922559.

HSL color Cylindrical-coordinate representation of color #3FAAA6: hue angle of 177.76º 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 #3FAAA6 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB63170166-
CMYK0.6300.020.33
HSL177.76º45.92%45.69%-
HSV(B)177.76º62.94%66.67%-
XYZ23.3132.5641.13-
YUV137.55144.0574.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.79%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=15.79%
G=42.61%
B=41.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701660.6300.020.33177.7645.9245.69
Hex3FAAA63F0221b22e2e
Octal772522467702412625656
Binary111111101010101010011011111101010000110110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,166); }

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

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

 a { background-color: rgb(63,170,166); }

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

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

 span { border-color: rgb(63,170,166); }

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