Shades of Light Sea Green #0DA7AD
Tints of Light Sea Green #0DA7AD
RGB
CMYK
RGB Variations
Color information
#0DA7AD (or 0x0DA7AD) is known color: Light Sea Green. HEX triplet: 0D, A7 and AD. RGB value is (13,167,173). Sum of RGB (Red+Green+Blue) = 13+167+173=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #0DA7AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA7AD is #F25852. Grayscale: #797979. Windows color (decimal): -15882323 or 11380493. OLE color: 11380493.
HSL color Cylindrical-coordinate representation of color #0DA7AD: hue angle of 182.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA7AD is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 167 | 173 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.32 |
| HSL | 182.25º | 0.86% | 0.36% | - |
| HSV(B) | 182.25º | 0.92% | 0.68% | - |
| XYZ | 21.53 | 30.74 | 44.33 | - |
| YUV | 121.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 173 | 0.92 | 0.03 | 0 | 0.32 | 182.25 | 0.86 | 0.36 |
| Hex | D | A7 | AD | 5C | 3 | 0 | 20 | B6 | 56 | 24 |
| Octal | 15 | 247 | 255 | 134 | 3 | 0 | 40 | 266 | 126 | 44 |
| Binary | 1101 | 10100111 | 10101101 | 1011100 | 11 | 0 | 100000 | 10110110 | 1010110 | 100100 |
Color Harmonies of #0DA7AD
Complementary color
Monochromatic Colors of #0DA7AD
Black with #0DA7AD
Text Example
Text Example
White with #0DA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA7AD; }
p { color: rgb(13,167,173); }
H1.HeaderClassName
{
color: #0DA7AD;
}
.AnyTagClassName
{
color: #0DA7AD;
}
</style>
background-color css
<style>
a { background-color: #0DA7AD; }
a { background-color: rgb(13,167,173); }
div.DivClassName
{
background-color: #0DA7AD;
}
.BgClassName
{
background-color: #0DA7AD;
}
</style>
border-color css
<style>
span { border-color: #0DA7AD; }
span { border-color: rgb(13,167,173); }
td.TdClassName
{
border-color: #0DA7AD;
}
.TagClassName
{
border-color: #0DA7AD;
}
</style>