Shades of Light Sea Green #0CBDB2
Tints of Light Sea Green #0CBDB2
RGB
CMYK
RGB Variations
Color information
#0CBDB2 (or 0x0CBDB2) is known color: Light Sea Green. HEX triplet: 0C, BD and B2. RGB value is (12,189,178). Sum of RGB (Red+Green+Blue) = 12+189+178=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDB2 is #F3424D. Grayscale: #868686. Windows color (decimal): -15942222 or 11713804. OLE color: 11713804.
HSL color Cylindrical-coordinate representation of color #0CBDB2: hue angle of 176.27º 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 #0CBDB2 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 178 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.26 |
| HSL | 176.27º | 0.88% | 0.39% | - |
| HSV(B) | 176.27º | 0.94% | 0.74% | - |
| XYZ | 26.39 | 39.69 | 48.39 | - |
| YUV | 134.82 | 152.36 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 178 | 0.94 | 0 | 0.06 | 0.26 | 176.27 | 0.88 | 0.39 |
| Hex | C | BD | B2 | 5E | 0 | 6 | 1A | B0 | 58 | 27 |
| Octal | 14 | 275 | 262 | 136 | 0 | 6 | 32 | 260 | 130 | 47 |
| Binary | 1100 | 10111101 | 10110010 | 1011110 | 0 | 110 | 11010 | 10110000 | 1011000 | 100111 |
Color Harmonies of #0CBDB2
Complementary color
Monochromatic Colors of #0CBDB2
Black with #0CBDB2
Text Example
Text Example
White with #0CBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDB2; }
p { color: rgb(12,189,178); }
H1.HeaderClassName
{
color: #0CBDB2;
}
.AnyTagClassName
{
color: #0CBDB2;
}
</style>
background-color css
<style>
a { background-color: #0CBDB2; }
a { background-color: rgb(12,189,178); }
div.DivClassName
{
background-color: #0CBDB2;
}
.BgClassName
{
background-color: #0CBDB2;
}
</style>
border-color css
<style>
span { border-color: #0CBDB2; }
span { border-color: rgb(12,189,178); }
td.TdClassName
{
border-color: #0CBDB2;
}
.TagClassName
{
border-color: #0CBDB2;
}
</style>