Shades of Light Sea Green #0DC4AD
Tints of Light Sea Green #0DC4AD
RGB
CMYK
RGB Variations
Color information
#0DC4AD (or 0x0DC4AD) is known color: Light Sea Green. HEX triplet: 0D, C4 and AD. RGB value is (13,196,173). Sum of RGB (Red+Green+Blue) = 13+196+173=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC4AD is #F23B52. Grayscale: #8A8A8A. Windows color (decimal): -15874899 or 11387917. OLE color: 11387917.
HSL color Cylindrical-coordinate representation of color #0DC4AD: hue angle of 172.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC4AD is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 173 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.23 |
| HSL | 172.46º | 0.88% | 0.41% | - |
| HSV(B) | 172.46º | 0.93% | 0.77% | - |
| XYZ | 27.45 | 42.58 | 46.31 | - |
| YUV | 138.66 | 147.37 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 173 | 0.93 | 0 | 0.12 | 0.23 | 172.46 | 0.88 | 0.41 |
| Hex | D | C4 | AD | 5D | 0 | C | 17 | AC | 58 | 29 |
| Octal | 15 | 304 | 255 | 135 | 0 | 14 | 27 | 254 | 130 | 51 |
| Binary | 1101 | 11000100 | 10101101 | 1011101 | 0 | 1100 | 10111 | 10101100 | 1011000 | 101001 |
Color Harmonies of #0DC4AD
Complementary color
Monochromatic Colors of #0DC4AD
Black with #0DC4AD
Text Example
Text Example
White with #0DC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC4AD; }
p { color: rgb(13,196,173); }
H1.HeaderClassName
{
color: #0DC4AD;
}
.AnyTagClassName
{
color: #0DC4AD;
}
</style>
background-color css
<style>
a { background-color: #0DC4AD; }
a { background-color: rgb(13,196,173); }
div.DivClassName
{
background-color: #0DC4AD;
}
.BgClassName
{
background-color: #0DC4AD;
}
</style>
border-color css
<style>
span { border-color: #0DC4AD; }
span { border-color: rgb(13,196,173); }
td.TdClassName
{
border-color: #0DC4AD;
}
.TagClassName
{
border-color: #0DC4AD;
}
</style>