Shades of Light Sea Green #3CB2AA
Tints of Light Sea Green #3CB2AA
RGB
CMYK
RGB Variations
Color information
#3CB2AA (or 0x3CB2AA) is known color: Light Sea Green. HEX triplet: 3C, B2 and AA. RGB value is (60,178,170). Sum of RGB (Red+Green+Blue) = 60+178+170=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB2AA is #C34D55. Grayscale: #8D8D8D. Windows color (decimal): -12799318 or 11186748. OLE color: 11186748.
HSL color Cylindrical-coordinate representation of color #3CB2AA: hue angle of 175.93º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB2AA is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 170 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.30 |
| HSL | 175.93º | 0.5% | 0.47% | - |
| HSV(B) | 175.93º | 0.66% | 0.7% | - |
| XYZ | 25.04 | 35.7 | 43.6 | - |
| YUV | 141.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 170 | 0.66 | 0 | 0.04 | 0.30 | 175.93 | 0.5 | 0.47 |
| Hex | 3C | B2 | AA | 42 | 0 | 4 | 1E | B0 | 32 | 2F |
| Octal | 74 | 262 | 252 | 102 | 0 | 4 | 36 | 260 | 62 | 57 |
| Binary | 111100 | 10110010 | 10101010 | 1000010 | 0 | 100 | 11110 | 10110000 | 110010 | 101111 |
Color Harmonies of #3CB2AA
Complementary color
Monochromatic Colors of #3CB2AA
Black with #3CB2AA
Text Example
Text Example
White with #3CB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB2AA; }
p { color: rgb(60,178,170); }
H1.HeaderClassName
{
color: #3CB2AA;
}
.AnyTagClassName
{
color: #3CB2AA;
}
</style>
background-color css
<style>
a { background-color: #3CB2AA; }
a { background-color: rgb(60,178,170); }
div.DivClassName
{
background-color: #3CB2AA;
}
.BgClassName
{
background-color: #3CB2AA;
}
</style>
border-color css
<style>
span { border-color: #3CB2AA; }
span { border-color: rgb(60,178,170); }
td.TdClassName
{
border-color: #3CB2AA;
}
.TagClassName
{
border-color: #3CB2AA;
}
</style>