Shades of Light Sea Green #0CBDAF
Tints of Light Sea Green #0CBDAF
RGB
CMYK
RGB Variations
Color information
#0CBDAF (or 0x0CBDAF) is known color: Light Sea Green. HEX triplet: 0C, BD and AF. RGB value is (12,189,175). Sum of RGB (Red+Green+Blue) = 12+189+175=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDAF is #F34250. Grayscale: #868686. Windows color (decimal): -15942225 or 11517196. OLE color: 11517196.
HSL color Cylindrical-coordinate representation of color #0CBDAF: hue angle of 175.25º 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 #0CBDAF is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 175 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.26 |
| HSL | 175.25º | 0.88% | 0.39% | - |
| HSV(B) | 175.25º | 0.94% | 0.74% | - |
| XYZ | 26.09 | 39.57 | 46.82 | - |
| YUV | 134.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 175 | 0.94 | 0 | 0.07 | 0.26 | 175.25 | 0.88 | 0.39 |
| Hex | C | BD | AF | 5E | 0 | 7 | 1A | AF | 58 | 27 |
| Octal | 14 | 275 | 257 | 136 | 0 | 7 | 32 | 257 | 130 | 47 |
| Binary | 1100 | 10111101 | 10101111 | 1011110 | 0 | 111 | 11010 | 10101111 | 1011000 | 100111 |
Color Harmonies of #0CBDAF
Complementary color
Monochromatic Colors of #0CBDAF
Black with #0CBDAF
Text Example
Text Example
White with #0CBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDAF; }
p { color: rgb(12,189,175); }
H1.HeaderClassName
{
color: #0CBDAF;
}
.AnyTagClassName
{
color: #0CBDAF;
}
</style>
background-color css
<style>
a { background-color: #0CBDAF; }
a { background-color: rgb(12,189,175); }
div.DivClassName
{
background-color: #0CBDAF;
}
.BgClassName
{
background-color: #0CBDAF;
}
</style>
border-color css
<style>
span { border-color: #0CBDAF; }
span { border-color: rgb(12,189,175); }
td.TdClassName
{
border-color: #0CBDAF;
}
.TagClassName
{
border-color: #0CBDAF;
}
</style>