Shades of Light Sea Green #0DA8AF
Tints of Light Sea Green #0DA8AF
RGB
CMYK
RGB Variations
Color information
#0DA8AF (or 0x0DA8AF) is known color: Light Sea Green. HEX triplet: 0D, A8 and AF. RGB value is (13,168,175). Sum of RGB (Red+Green+Blue) = 13+168+175=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #0DA8AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA8AF is #F25750. Grayscale: #7A7A7A. Windows color (decimal): -15882065 or 11511821. OLE color: 11511821.
HSL color Cylindrical-coordinate representation of color #0DA8AF: hue angle of 182.59º 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 #0DA8AF is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 168 | 175 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.31 |
| HSL | 182.59º | 0.86% | 0.37% | - |
| HSV(B) | 182.59º | 0.93% | 0.69% | - |
| XYZ | 21.91 | 31.19 | 45.42 | - |
| YUV | 122.45 | 157.65 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 175 | 0.93 | 0.04 | 0 | 0.31 | 182.59 | 0.86 | 0.37 |
| Hex | D | A8 | AF | 5D | 4 | 0 | 1F | B7 | 56 | 25 |
| Octal | 15 | 250 | 257 | 135 | 4 | 0 | 37 | 267 | 126 | 45 |
| Binary | 1101 | 10101000 | 10101111 | 1011101 | 100 | 0 | 11111 | 10110111 | 1010110 | 100101 |
Color Harmonies of #0DA8AF
Complementary color
Monochromatic Colors of #0DA8AF
Black with #0DA8AF
Text Example
Text Example
White with #0DA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA8AF; }
p { color: rgb(13,168,175); }
H1.HeaderClassName
{
color: #0DA8AF;
}
.AnyTagClassName
{
color: #0DA8AF;
}
</style>
background-color css
<style>
a { background-color: #0DA8AF; }
a { background-color: rgb(13,168,175); }
div.DivClassName
{
background-color: #0DA8AF;
}
.BgClassName
{
background-color: #0DA8AF;
}
</style>
border-color css
<style>
span { border-color: #0DA8AF; }
span { border-color: rgb(13,168,175); }
td.TdClassName
{
border-color: #0DA8AF;
}
.TagClassName
{
border-color: #0DA8AF;
}
</style>