Shades of Light Sea Green #0DC0B5
Tints of Light Sea Green #0DC0B5
RGB
CMYK
RGB Variations
Color information
#0DC0B5 (or 0x0DC0B5) is known color: Light Sea Green. HEX triplet: 0D, C0 and B5. RGB value is (13,192,181). Sum of RGB (Red+Green+Blue) = 13+192+181=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0B5 is #F23F4A. Grayscale: #898989. Windows color (decimal): -15875915 or 11911181. OLE color: 11911181.
HSL color Cylindrical-coordinate representation of color #0DC0B5: hue angle of 176.31º 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 #0DC0B5 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 181 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.25 |
| HSL | 176.31º | 0.87% | 0.4% | - |
| HSV(B) | 176.31º | 0.93% | 0.75% | - |
| XYZ | 27.36 | 41.12 | 50.21 | - |
| YUV | 137.23 | 152.7 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 181 | 0.93 | 0 | 0.06 | 0.25 | 176.31 | 0.87 | 0.4 |
| Hex | D | C0 | B5 | 5D | 0 | 6 | 19 | B0 | 57 | 28 |
| Octal | 15 | 300 | 265 | 135 | 0 | 6 | 31 | 260 | 127 | 50 |
| Binary | 1101 | 11000000 | 10110101 | 1011101 | 0 | 110 | 11001 | 10110000 | 1010111 | 101000 |
Color Harmonies of #0DC0B5
Complementary color
Monochromatic Colors of #0DC0B5
Black with #0DC0B5
Text Example
Text Example
White with #0DC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0B5; }
p { color: rgb(13,192,181); }
H1.HeaderClassName
{
color: #0DC0B5;
}
.AnyTagClassName
{
color: #0DC0B5;
}
</style>
background-color css
<style>
a { background-color: #0DC0B5; }
a { background-color: rgb(13,192,181); }
div.DivClassName
{
background-color: #0DC0B5;
}
.BgClassName
{
background-color: #0DC0B5;
}
</style>
border-color css
<style>
span { border-color: #0DC0B5; }
span { border-color: rgb(13,192,181); }
td.TdClassName
{
border-color: #0DC0B5;
}
.TagClassName
{
border-color: #0DC0B5;
}
</style>