Shades of Light Sea Green #0CB8AB
Tints of Light Sea Green #0CB8AB
RGB
CMYK
RGB Variations
Color information
#0CB8AB (or 0x0CB8AB) is known color: Light Sea Green. HEX triplet: 0C, B8 and AB. RGB value is (12,184,171). Sum of RGB (Red+Green+Blue) = 12+184+171=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AB is #F34754. Grayscale: #828282. Windows color (decimal): -15943509 or 11253772. OLE color: 11253772.
HSL color Cylindrical-coordinate representation of color #0CB8AB: hue angle of 175.47º 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 #0CB8AB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 171 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.28 |
| HSL | 175.47º | 0.88% | 0.38% | - |
| HSV(B) | 175.47º | 0.93% | 0.72% | - |
| XYZ | 24.64 | 37.3 | 44.43 | - |
| YUV | 131.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 171 | 0.93 | 0 | 0.07 | 0.28 | 175.47 | 0.88 | 0.38 |
| Hex | C | B8 | AB | 5D | 0 | 7 | 1C | AF | 58 | 26 |
| Octal | 14 | 270 | 253 | 135 | 0 | 7 | 34 | 257 | 130 | 46 |
| Binary | 1100 | 10111000 | 10101011 | 1011101 | 0 | 111 | 11100 | 10101111 | 1011000 | 100110 |
Color Harmonies of #0CB8AB
Complementary color
Monochromatic Colors of #0CB8AB
Black with #0CB8AB
Text Example
Text Example
White with #0CB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8AB; }
p { color: rgb(12,184,171); }
H1.HeaderClassName
{
color: #0CB8AB;
}
.AnyTagClassName
{
color: #0CB8AB;
}
</style>
background-color css
<style>
a { background-color: #0CB8AB; }
a { background-color: rgb(12,184,171); }
div.DivClassName
{
background-color: #0CB8AB;
}
.BgClassName
{
background-color: #0CB8AB;
}
</style>
border-color css
<style>
span { border-color: #0CB8AB; }
span { border-color: rgb(12,184,171); }
td.TdClassName
{
border-color: #0CB8AB;
}
.TagClassName
{
border-color: #0CB8AB;
}
</style>