Shades of Light Sea Green #0DC2B0
Tints of Light Sea Green #0DC2B0
RGB
CMYK
RGB Variations
Color information
#0DC2B0 (or 0x0DC2B0) is known color: Light Sea Green. HEX triplet: 0D, C2 and B0. RGB value is (13,194,176). Sum of RGB (Red+Green+Blue) = 13+194+176=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC2B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC2B0 is #F23D4F. Grayscale: #898989. Windows color (decimal): -15875408 or 11584013. OLE color: 11584013.
HSL color Cylindrical-coordinate representation of color #0DC2B0: hue angle of 174.03º 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 #0DC2B0 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 176 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.24 |
| HSL | 174.03º | 0.87% | 0.41% | - |
| HSV(B) | 174.03º | 0.93% | 0.76% | - |
| XYZ | 27.29 | 41.8 | 47.7 | - |
| YUV | 137.83 | 149.53 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 176 | 0.93 | 0 | 0.09 | 0.24 | 174.03 | 0.87 | 0.41 |
| Hex | D | C2 | B0 | 5D | 0 | 9 | 18 | AE | 57 | 29 |
| Octal | 15 | 302 | 260 | 135 | 0 | 11 | 30 | 256 | 127 | 51 |
| Binary | 1101 | 11000010 | 10110000 | 1011101 | 0 | 1001 | 11000 | 10101110 | 1010111 | 101001 |
Color Harmonies of #0DC2B0
Complementary color
Monochromatic Colors of #0DC2B0
Black with #0DC2B0
Text Example
Text Example
White with #0DC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2B0; }
p { color: rgb(13,194,176); }
H1.HeaderClassName
{
color: #0DC2B0;
}
.AnyTagClassName
{
color: #0DC2B0;
}
</style>
background-color css
<style>
a { background-color: #0DC2B0; }
a { background-color: rgb(13,194,176); }
div.DivClassName
{
background-color: #0DC2B0;
}
.BgClassName
{
background-color: #0DC2B0;
}
</style>
border-color css
<style>
span { border-color: #0DC2B0; }
span { border-color: rgb(13,194,176); }
td.TdClassName
{
border-color: #0DC2B0;
}
.TagClassName
{
border-color: #0DC2B0;
}
</style>