Shades of Light Sea Green #0CBCAA
Tints of Light Sea Green #0CBCAA
RGB
CMYK
RGB Variations
Color information
#0CBCAA (or 0x0CBCAA) is known color: Light Sea Green. HEX triplet: 0C, BC and AA. RGB value is (12,188,170). Sum of RGB (Red+Green+Blue) = 12+188+170=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBCAA is #F34355. Grayscale: #858585. Windows color (decimal): -15942486 or 11189260. OLE color: 11189260.
HSL color Cylindrical-coordinate representation of color #0CBCAA: hue angle of 173.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCAA is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 170 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.26 |
| HSL | 173.86º | 0.88% | 0.39% | - |
| HSV(B) | 173.86º | 0.94% | 0.74% | - |
| XYZ | 25.39 | 38.95 | 44.21 | - |
| YUV | 133.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 170 | 0.94 | 0 | 0.10 | 0.26 | 173.86 | 0.88 | 0.39 |
| Hex | C | BC | AA | 5E | 0 | A | 1A | AE | 58 | 27 |
| Octal | 14 | 274 | 252 | 136 | 0 | 12 | 32 | 256 | 130 | 47 |
| Binary | 1100 | 10111100 | 10101010 | 1011110 | 0 | 1010 | 11010 | 10101110 | 1011000 | 100111 |
Color Harmonies of #0CBCAA
Complementary color
Monochromatic Colors of #0CBCAA
Black with #0CBCAA
Text Example
Text Example
White with #0CBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCAA; }
p { color: rgb(12,188,170); }
H1.HeaderClassName
{
color: #0CBCAA;
}
.AnyTagClassName
{
color: #0CBCAA;
}
</style>
background-color css
<style>
a { background-color: #0CBCAA; }
a { background-color: rgb(12,188,170); }
div.DivClassName
{
background-color: #0CBCAA;
}
.BgClassName
{
background-color: #0CBCAA;
}
</style>
border-color css
<style>
span { border-color: #0CBCAA; }
span { border-color: rgb(12,188,170); }
td.TdClassName
{
border-color: #0CBCAA;
}
.TagClassName
{
border-color: #0CBCAA;
}
</style>