Shades of Light Sea Green #0DADAA
Tints of Light Sea Green #0DADAA
RGB
CMYK
RGB Variations
Color information
#0DADAA (or 0x0DADAA) is known color: Light Sea Green. HEX triplet: 0D, AD and AA. RGB value is (13,173,170). Sum of RGB (Red+Green+Blue) = 13+173+170=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #0DADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DADAA is #F25255. Grayscale: #7C7C7C. Windows color (decimal): -15880790 or 11185421. OLE color: 11185421.
HSL color Cylindrical-coordinate representation of color #0DADAA: hue angle of 178.88º 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 #0DADAA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 170 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.32 |
| HSL | 178.88º | 0.86% | 0.36% | - |
| HSV(B) | 178.88º | 0.92% | 0.68% | - |
| XYZ | 22.37 | 32.87 | 43.2 | - |
| YUV | 124.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 170 | 0.92 | 0 | 0.02 | 0.32 | 178.88 | 0.86 | 0.36 |
| Hex | D | AD | AA | 5C | 0 | 2 | 20 | B3 | 56 | 24 |
| Octal | 15 | 255 | 252 | 134 | 0 | 2 | 40 | 263 | 126 | 44 |
| Binary | 1101 | 10101101 | 10101010 | 1011100 | 0 | 10 | 100000 | 10110011 | 1010110 | 100100 |
Color Harmonies of #0DADAA
Complementary color
Monochromatic Colors of #0DADAA
Black with #0DADAA
Text Example
Text Example
White with #0DADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADAA; }
p { color: rgb(13,173,170); }
H1.HeaderClassName
{
color: #0DADAA;
}
.AnyTagClassName
{
color: #0DADAA;
}
</style>
background-color css
<style>
a { background-color: #0DADAA; }
a { background-color: rgb(13,173,170); }
div.DivClassName
{
background-color: #0DADAA;
}
.BgClassName
{
background-color: #0DADAA;
}
</style>
border-color css
<style>
span { border-color: #0DADAA; }
span { border-color: rgb(13,173,170); }
td.TdClassName
{
border-color: #0DADAA;
}
.TagClassName
{
border-color: #0DADAA;
}
</style>