Shades of Light Sea Green #0DB8AA
Tints of Light Sea Green #0DB8AA
RGB
CMYK
RGB Variations
Color information
#0DB8AA (or 0x0DB8AA) is known color: Light Sea Green. HEX triplet: 0D, B8 and AA. RGB value is (13,184,170). Sum of RGB (Red+Green+Blue) = 13+184+170=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB8AA is #F24755. Grayscale: #838383. Windows color (decimal): -15877974 or 11188237. OLE color: 11188237.
HSL color Cylindrical-coordinate representation of color #0DB8AA: hue angle of 175.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB8AA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 170 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.28 |
| HSL | 175.09º | 0.87% | 0.39% | - |
| HSV(B) | 175.09º | 0.93% | 0.72% | - |
| XYZ | 24.56 | 37.27 | 43.93 | - |
| YUV | 131.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 170 | 0.93 | 0 | 0.08 | 0.28 | 175.09 | 0.87 | 0.39 |
| Hex | D | B8 | AA | 5D | 0 | 8 | 1C | AF | 57 | 27 |
| Octal | 15 | 270 | 252 | 135 | 0 | 10 | 34 | 257 | 127 | 47 |
| Binary | 1101 | 10111000 | 10101010 | 1011101 | 0 | 1000 | 11100 | 10101111 | 1010111 | 100111 |
Color Harmonies of #0DB8AA
Complementary color
Monochromatic Colors of #0DB8AA
Black with #0DB8AA
Text Example
Text Example
White with #0DB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8AA; }
p { color: rgb(13,184,170); }
H1.HeaderClassName
{
color: #0DB8AA;
}
.AnyTagClassName
{
color: #0DB8AA;
}
</style>
background-color css
<style>
a { background-color: #0DB8AA; }
a { background-color: rgb(13,184,170); }
div.DivClassName
{
background-color: #0DB8AA;
}
.BgClassName
{
background-color: #0DB8AA;
}
</style>
border-color css
<style>
span { border-color: #0DB8AA; }
span { border-color: rgb(13,184,170); }
td.TdClassName
{
border-color: #0DB8AA;
}
.TagClassName
{
border-color: #0DB8AA;
}
</style>