Shades of Light Sea Green #0DC2B6
Tints of Light Sea Green #0DC2B6
RGB
CMYK
RGB Variations
Color information
#0DC2B6 (or 0x0DC2B6) is known color: Light Sea Green. HEX triplet: 0D, C2 and B6. RGB value is (13,194,182). Sum of RGB (Red+Green+Blue) = 13+194+182=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC2B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC2B6 is #F23D49. Grayscale: #8A8A8A. Windows color (decimal): -15875402 or 11977229. OLE color: 11977229.
HSL color Cylindrical-coordinate representation of color #0DC2B6: hue angle of 176.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC2B6 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 182 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.24 |
| HSL | 176.02º | 0.87% | 0.41% | - |
| HSV(B) | 176.02º | 0.93% | 0.76% | - |
| XYZ | 27.9 | 42.05 | 50.9 | - |
| YUV | 138.51 | 152.53 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 182 | 0.93 | 0 | 0.06 | 0.24 | 176.02 | 0.87 | 0.41 |
| Hex | D | C2 | B6 | 5D | 0 | 6 | 18 | B0 | 57 | 29 |
| Octal | 15 | 302 | 266 | 135 | 0 | 6 | 30 | 260 | 127 | 51 |
| Binary | 1101 | 11000010 | 10110110 | 1011101 | 0 | 110 | 11000 | 10110000 | 1010111 | 101001 |
Color Harmonies of #0DC2B6
Complementary color
Monochromatic Colors of #0DC2B6
Black with #0DC2B6
Text Example
Text Example
White with #0DC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2B6; }
p { color: rgb(13,194,182); }
H1.HeaderClassName
{
color: #0DC2B6;
}
.AnyTagClassName
{
color: #0DC2B6;
}
</style>
background-color css
<style>
a { background-color: #0DC2B6; }
a { background-color: rgb(13,194,182); }
div.DivClassName
{
background-color: #0DC2B6;
}
.BgClassName
{
background-color: #0DC2B6;
}
</style>
border-color css
<style>
span { border-color: #0DC2B6; }
span { border-color: rgb(13,194,182); }
td.TdClassName
{
border-color: #0DC2B6;
}
.TagClassName
{
border-color: #0DC2B6;
}
</style>