Shades of Light Sea Green #0DAAAE
Tints of Light Sea Green #0DAAAE
RGB
CMYK
RGB Variations
Color information
#0DAAAE (or 0x0DAAAE) is known color: Light Sea Green. HEX triplet: 0D, AA and AE. RGB value is (13,170,174). Sum of RGB (Red+Green+Blue) = 13+170+174=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #0DAAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAAE is #F25551. Grayscale: #7B7B7B. Windows color (decimal): -15881554 or 11446797. OLE color: 11446797.
HSL color Cylindrical-coordinate representation of color #0DAAAE: hue angle of 181.49º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAAE is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 170 | 174 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.32 |
| HSL | 181.49º | 0.86% | 0.37% | - |
| HSV(B) | 181.49º | 0.93% | 0.68% | - |
| XYZ | 22.18 | 31.89 | 45.03 | - |
| YUV | 123.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 174 | 0.93 | 0.02 | 0 | 0.32 | 181.49 | 0.86 | 0.37 |
| Hex | D | AA | AE | 5D | 2 | 0 | 20 | B5 | 56 | 25 |
| Octal | 15 | 252 | 256 | 135 | 2 | 0 | 40 | 265 | 126 | 45 |
| Binary | 1101 | 10101010 | 10101110 | 1011101 | 10 | 0 | 100000 | 10110101 | 1010110 | 100101 |
Color Harmonies of #0DAAAE
Complementary color
Monochromatic Colors of #0DAAAE
Black with #0DAAAE
Text Example
Text Example
White with #0DAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAAE; }
p { color: rgb(13,170,174); }
H1.HeaderClassName
{
color: #0DAAAE;
}
.AnyTagClassName
{
color: #0DAAAE;
}
</style>
background-color css
<style>
a { background-color: #0DAAAE; }
a { background-color: rgb(13,170,174); }
div.DivClassName
{
background-color: #0DAAAE;
}
.BgClassName
{
background-color: #0DAAAE;
}
</style>
border-color css
<style>
span { border-color: #0DAAAE; }
span { border-color: rgb(13,170,174); }
td.TdClassName
{
border-color: #0DAAAE;
}
.TagClassName
{
border-color: #0DAAAE;
}
</style>