Shades of Light Sea Green #3CAAA8
Tints of Light Sea Green #3CAAA8
RGB
CMYK
RGB Variations
Color information
#3CAAA8 (or 0x3CAAA8) is known color: Light Sea Green. HEX triplet: 3C, AA and A8. RGB value is (60,170,168). Sum of RGB (Red+Green+Blue) = 60+170+168=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAAA8 is #C35557. Grayscale: #888888. Windows color (decimal): -12801368 or 11053628. OLE color: 11053628.
HSL color Cylindrical-coordinate representation of color #3CAAA8: hue angle of 178.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAAA8 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 168 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.33 |
| HSL | 178.91º | 0.48% | 0.45% | - |
| HSV(B) | 178.91º | 0.65% | 0.67% | - |
| XYZ | 23.31 | 32.54 | 42.1 | - |
| YUV | 136.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 168 | 0.65 | 0 | 0.01 | 0.33 | 178.91 | 0.48 | 0.45 |
| Hex | 3C | AA | A8 | 41 | 0 | 1 | 21 | B3 | 30 | 2D |
| Octal | 74 | 252 | 250 | 101 | 0 | 1 | 41 | 263 | 60 | 55 |
| Binary | 111100 | 10101010 | 10101000 | 1000001 | 0 | 1 | 100001 | 10110011 | 110000 | 101101 |
Color Harmonies of #3CAAA8
Complementary color
Monochromatic Colors of #3CAAA8
Black with #3CAAA8
Text Example
Text Example
White with #3CAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAA8; }
p { color: rgb(60,170,168); }
H1.HeaderClassName
{
color: #3CAAA8;
}
.AnyTagClassName
{
color: #3CAAA8;
}
</style>
background-color css
<style>
a { background-color: #3CAAA8; }
a { background-color: rgb(60,170,168); }
div.DivClassName
{
background-color: #3CAAA8;
}
.BgClassName
{
background-color: #3CAAA8;
}
</style>
border-color css
<style>
span { border-color: #3CAAA8; }
span { border-color: rgb(60,170,168); }
td.TdClassName
{
border-color: #3CAAA8;
}
.TagClassName
{
border-color: #3CAAA8;
}
</style>