Shades of Light Sea Green #0CBEAB
Tints of Light Sea Green #0CBEAB
RGB
CMYK
RGB Variations
Color information
#0CBEAB (or 0x0CBEAB) is known color: Light Sea Green. HEX triplet: 0C, BE and AB. RGB value is (12,190,171). Sum of RGB (Red+Green+Blue) = 12+190+171=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBEAB is #F34154. Grayscale: #868686. Windows color (decimal): -15941973 or 11255308. OLE color: 11255308.
HSL color Cylindrical-coordinate representation of color #0CBEAB: hue angle of 173.6º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBEAB is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 171 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.25 |
| HSL | 173.6º | 0.88% | 0.4% | - |
| HSV(B) | 173.6º | 0.94% | 0.75% | - |
| XYZ | 25.92 | 39.85 | 44.85 | - |
| YUV | 134.61 | 148.53 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 171 | 0.94 | 0 | 0.10 | 0.25 | 173.6 | 0.88 | 0.4 |
| Hex | C | BE | AB | 5E | 0 | A | 19 | AE | 58 | 28 |
| Octal | 14 | 276 | 253 | 136 | 0 | 12 | 31 | 256 | 130 | 50 |
| Binary | 1100 | 10111110 | 10101011 | 1011110 | 0 | 1010 | 11001 | 10101110 | 1011000 | 101000 |
Color Harmonies of #0CBEAB
Complementary color
Monochromatic Colors of #0CBEAB
Black with #0CBEAB
Text Example
Text Example
White with #0CBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEAB; }
p { color: rgb(12,190,171); }
H1.HeaderClassName
{
color: #0CBEAB;
}
.AnyTagClassName
{
color: #0CBEAB;
}
</style>
background-color css
<style>
a { background-color: #0CBEAB; }
a { background-color: rgb(12,190,171); }
div.DivClassName
{
background-color: #0CBEAB;
}
.BgClassName
{
background-color: #0CBEAB;
}
</style>
border-color css
<style>
span { border-color: #0CBEAB; }
span { border-color: rgb(12,190,171); }
td.TdClassName
{
border-color: #0CBEAB;
}
.TagClassName
{
border-color: #0CBEAB;
}
</style>