Shades of Light Sea Green #0DC2AD
Tints of Light Sea Green #0DC2AD
RGB
CMYK
RGB Variations
Color information
#0DC2AD (or 0x0DC2AD) is known color: Light Sea Green. HEX triplet: 0D, C2 and AD. RGB value is (13,194,173). Sum of RGB (Red+Green+Blue) = 13+194+173=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC2AD is #F23D52. Grayscale: #898989. Windows color (decimal): -15875411 or 11387405. OLE color: 11387405.
HSL color Cylindrical-coordinate representation of color #0DC2AD: hue angle of 173.04º 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 #0DC2AD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 173 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.24 |
| HSL | 173.04º | 0.87% | 0.41% | - |
| HSV(B) | 173.04º | 0.93% | 0.76% | - |
| XYZ | 27 | 41.69 | 46.16 | - |
| YUV | 137.49 | 148.03 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 173 | 0.93 | 0 | 0.11 | 0.24 | 173.04 | 0.87 | 0.41 |
| Hex | D | C2 | AD | 5D | 0 | B | 18 | AD | 57 | 29 |
| Octal | 15 | 302 | 255 | 135 | 0 | 13 | 30 | 255 | 127 | 51 |
| Binary | 1101 | 11000010 | 10101101 | 1011101 | 0 | 1011 | 11000 | 10101101 | 1010111 | 101001 |
Color Harmonies of #0DC2AD
Complementary color
Monochromatic Colors of #0DC2AD
Black with #0DC2AD
Text Example
Text Example
White with #0DC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2AD; }
p { color: rgb(13,194,173); }
H1.HeaderClassName
{
color: #0DC2AD;
}
.AnyTagClassName
{
color: #0DC2AD;
}
</style>
background-color css
<style>
a { background-color: #0DC2AD; }
a { background-color: rgb(13,194,173); }
div.DivClassName
{
background-color: #0DC2AD;
}
.BgClassName
{
background-color: #0DC2AD;
}
</style>
border-color css
<style>
span { border-color: #0DC2AD; }
span { border-color: rgb(13,194,173); }
td.TdClassName
{
border-color: #0DC2AD;
}
.TagClassName
{
border-color: #0DC2AD;
}
</style>