Shades of Light Sea Green #0DC0AC
Tints of Light Sea Green #0DC0AC
RGB
CMYK
RGB Variations
Color information
#0DC0AC (or 0x0DC0AC) is known color: Light Sea Green. HEX triplet: 0D, C0 and AC. RGB value is (13,192,172). Sum of RGB (Red+Green+Blue) = 13+192+172=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC0AC is #F23F53. Grayscale: #888888. Windows color (decimal): -15875924 or 11321357. OLE color: 11321357.
HSL color Cylindrical-coordinate representation of color #0DC0AC: hue angle of 173.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC0AC is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 172 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.25 |
| HSL | 173.3º | 0.87% | 0.4% | - |
| HSV(B) | 173.3º | 0.93% | 0.75% | - |
| XYZ | 26.46 | 40.76 | 45.5 | - |
| YUV | 136.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 172 | 0.93 | 0 | 0.10 | 0.25 | 173.3 | 0.87 | 0.4 |
| Hex | D | C0 | AC | 5D | 0 | A | 19 | AD | 57 | 28 |
| Octal | 15 | 300 | 254 | 135 | 0 | 12 | 31 | 255 | 127 | 50 |
| Binary | 1101 | 11000000 | 10101100 | 1011101 | 0 | 1010 | 11001 | 10101101 | 1010111 | 101000 |
Color Harmonies of #0DC0AC
Complementary color
Monochromatic Colors of #0DC0AC
Black with #0DC0AC
Text Example
Text Example
White with #0DC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0AC; }
p { color: rgb(13,192,172); }
H1.HeaderClassName
{
color: #0DC0AC;
}
.AnyTagClassName
{
color: #0DC0AC;
}
</style>
background-color css
<style>
a { background-color: #0DC0AC; }
a { background-color: rgb(13,192,172); }
div.DivClassName
{
background-color: #0DC0AC;
}
.BgClassName
{
background-color: #0DC0AC;
}
</style>
border-color css
<style>
span { border-color: #0DC0AC; }
span { border-color: rgb(13,192,172); }
td.TdClassName
{
border-color: #0DC0AC;
}
.TagClassName
{
border-color: #0DC0AC;
}
</style>