Shades of Light Sea Green #0CBAB4
Tints of Light Sea Green #0CBAB4
RGB
CMYK
RGB Variations
Color information
#0CBAB4 (or 0x0CBAB4) is known color: Light Sea Green. HEX triplet: 0C, BA and B4. RGB value is (12,186,180). Sum of RGB (Red+Green+Blue) = 12+186+180=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBAB4 is #F3454B. Grayscale: #858585. Windows color (decimal): -15942988 or 11844108. OLE color: 11844108.
HSL color Cylindrical-coordinate representation of color #0CBAB4: hue angle of 177.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBAB4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 180 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.27 |
| HSL | 177.93º | 0.88% | 0.39% | - |
| HSV(B) | 177.93º | 0.94% | 0.73% | - |
| XYZ | 25.95 | 38.49 | 49.24 | - |
| YUV | 133.29 | 154.35 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 180 | 0.94 | 0 | 0.03 | 0.27 | 177.93 | 0.88 | 0.39 |
| Hex | C | BA | B4 | 5E | 0 | 3 | 1B | B2 | 58 | 27 |
| Octal | 14 | 272 | 264 | 136 | 0 | 3 | 33 | 262 | 130 | 47 |
| Binary | 1100 | 10111010 | 10110100 | 1011110 | 0 | 11 | 11011 | 10110010 | 1011000 | 100111 |
Color Harmonies of #0CBAB4
Complementary color
Monochromatic Colors of #0CBAB4
Black with #0CBAB4
Text Example
Text Example
White with #0CBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAB4; }
p { color: rgb(12,186,180); }
H1.HeaderClassName
{
color: #0CBAB4;
}
.AnyTagClassName
{
color: #0CBAB4;
}
</style>
background-color css
<style>
a { background-color: #0CBAB4; }
a { background-color: rgb(12,186,180); }
div.DivClassName
{
background-color: #0CBAB4;
}
.BgClassName
{
background-color: #0CBAB4;
}
</style>
border-color css
<style>
span { border-color: #0CBAB4; }
span { border-color: rgb(12,186,180); }
td.TdClassName
{
border-color: #0CBAB4;
}
.TagClassName
{
border-color: #0CBAB4;
}
</style>