Shades of Light Sea Green #0DAEAF
Tints of Light Sea Green #0DAEAF
RGB
CMYK
RGB Variations
Color information
#0DAEAF (or 0x0DAEAF) is known color: Light Sea Green. HEX triplet: 0D, AE and AF. RGB value is (13,174,175). Sum of RGB (Red+Green+Blue) = 13+174+175=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #0DAEAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAF is #F25150. Grayscale: #7D7D7D. Windows color (decimal): -15880529 or 11513357. OLE color: 11513357.
HSL color Cylindrical-coordinate representation of color #0DAEAF: hue angle of 180.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEAF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 174 | 175 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.31 |
| HSL | 180.37º | 0.86% | 0.37% | - |
| HSV(B) | 180.37º | 0.93% | 0.69% | - |
| XYZ | 23.04 | 33.45 | 45.8 | - |
| YUV | 125.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 175 | 0.93 | 0.01 | 0 | 0.31 | 180.37 | 0.86 | 0.37 |
| Hex | D | AE | AF | 5D | 1 | 0 | 1F | B4 | 56 | 25 |
| Octal | 15 | 256 | 257 | 135 | 1 | 0 | 37 | 264 | 126 | 45 |
| Binary | 1101 | 10101110 | 10101111 | 1011101 | 1 | 0 | 11111 | 10110100 | 1010110 | 100101 |
Color Harmonies of #0DAEAF
Complementary color
Monochromatic Colors of #0DAEAF
Black with #0DAEAF
Text Example
Text Example
White with #0DAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEAF; }
p { color: rgb(13,174,175); }
H1.HeaderClassName
{
color: #0DAEAF;
}
.AnyTagClassName
{
color: #0DAEAF;
}
</style>
background-color css
<style>
a { background-color: #0DAEAF; }
a { background-color: rgb(13,174,175); }
div.DivClassName
{
background-color: #0DAEAF;
}
.BgClassName
{
background-color: #0DAEAF;
}
</style>
border-color css
<style>
span { border-color: #0DAEAF; }
span { border-color: rgb(13,174,175); }
td.TdClassName
{
border-color: #0DAEAF;
}
.TagClassName
{
border-color: #0DAEAF;
}
</style>