Shades of Light Sea Green #0CB8AF
Tints of Light Sea Green #0CB8AF
RGB
CMYK
RGB Variations
Color information
#0CB8AF (or 0x0CB8AF) is known color: Light Sea Green. HEX triplet: 0C, B8 and AF. RGB value is (12,184,175). Sum of RGB (Red+Green+Blue) = 12+184+175=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AF is #F34750. Grayscale: #838383. Windows color (decimal): -15943505 or 11515916. OLE color: 11515916.
HSL color Cylindrical-coordinate representation of color #0CB8AF: hue angle of 176.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB8AF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 175 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.28 |
| HSL | 176.86º | 0.88% | 0.38% | - |
| HSV(B) | 176.86º | 0.93% | 0.72% | - |
| XYZ | 25.03 | 37.45 | 46.47 | - |
| YUV | 131.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 175 | 0.93 | 0 | 0.05 | 0.28 | 176.86 | 0.88 | 0.38 |
| Hex | C | B8 | AF | 5D | 0 | 5 | 1C | B1 | 58 | 26 |
| Octal | 14 | 270 | 257 | 135 | 0 | 5 | 34 | 261 | 130 | 46 |
| Binary | 1100 | 10111000 | 10101111 | 1011101 | 0 | 101 | 11100 | 10110001 | 1011000 | 100110 |
Color Harmonies of #0CB8AF
Complementary color
Monochromatic Colors of #0CB8AF
Black with #0CB8AF
Text Example
Text Example
White with #0CB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8AF; }
p { color: rgb(12,184,175); }
H1.HeaderClassName
{
color: #0CB8AF;
}
.AnyTagClassName
{
color: #0CB8AF;
}
</style>
background-color css
<style>
a { background-color: #0CB8AF; }
a { background-color: rgb(12,184,175); }
div.DivClassName
{
background-color: #0CB8AF;
}
.BgClassName
{
background-color: #0CB8AF;
}
</style>
border-color css
<style>
span { border-color: #0CB8AF; }
span { border-color: rgb(12,184,175); }
td.TdClassName
{
border-color: #0CB8AF;
}
.TagClassName
{
border-color: #0CB8AF;
}
</style>