Shades of Light Sea Green #3FAAA8
Tints of Light Sea Green #3FAAA8
RGB
CMYK
RGB Variations
Color information
#3FAAA8 (or 0x3FAAA8) is known color: Light Sea Green. HEX triplet: 3F, AA and A8. RGB value is (63,170,168). Sum of RGB (Red+Green+Blue) = 63+170+168=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAAA8 is #C05557. Grayscale: #898989. Windows color (decimal): -12604760 or 11053631. OLE color: 11053631.
HSL color Cylindrical-coordinate representation of color #3FAAA8: hue angle of 178.88º 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 #3FAAA8 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 168 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.33 |
| HSL | 178.88º | 0.46% | 0.46% | - |
| HSV(B) | 178.88º | 0.63% | 0.67% | - |
| XYZ | 23.49 | 32.63 | 42.11 | - |
| YUV | 137.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 168 | 0.63 | 0 | 0.01 | 0.33 | 178.88 | 0.46 | 0.46 |
| Hex | 3F | AA | A8 | 3F | 0 | 1 | 21 | B3 | 2E | 2E |
| Octal | 77 | 252 | 250 | 77 | 0 | 1 | 41 | 263 | 56 | 56 |
| Binary | 111111 | 10101010 | 10101000 | 111111 | 0 | 1 | 100001 | 10110011 | 101110 | 101110 |
Color Harmonies of #3FAAA8
Complementary color
Monochromatic Colors of #3FAAA8
Black with #3FAAA8
Text Example
Text Example
White with #3FAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAA8; }
p { color: rgb(63,170,168); }
H1.HeaderClassName
{
color: #3FAAA8;
}
.AnyTagClassName
{
color: #3FAAA8;
}
</style>
background-color css
<style>
a { background-color: #3FAAA8; }
a { background-color: rgb(63,170,168); }
div.DivClassName
{
background-color: #3FAAA8;
}
.BgClassName
{
background-color: #3FAAA8;
}
</style>
border-color css
<style>
span { border-color: #3FAAA8; }
span { border-color: rgb(63,170,168); }
td.TdClassName
{
border-color: #3FAAA8;
}
.TagClassName
{
border-color: #3FAAA8;
}
</style>