Shades of Light Sea Green #0DABA8
Tints of Light Sea Green #0DABA8
RGB
CMYK
RGB Variations
Color information
#0DABA8 (or 0x0DABA8) is known color: Light Sea Green. HEX triplet: 0D, AB and A8. RGB value is (13,171,168). Sum of RGB (Red+Green+Blue) = 13+171+168=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #0DABA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABA8 is #F25457. Grayscale: #7B7B7B. Windows color (decimal): -15881304 or 11053837. OLE color: 11053837.
HSL color Cylindrical-coordinate representation of color #0DABA8: hue angle of 178.86º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DABA8 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 168 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.33 |
| HSL | 178.86º | 0.86% | 0.36% | - |
| HSV(B) | 178.86º | 0.92% | 0.67% | - |
| XYZ | 21.8 | 32.04 | 42.08 | - |
| YUV | 123.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 168 | 0.92 | 0 | 0.02 | 0.33 | 178.86 | 0.86 | 0.36 |
| Hex | D | AB | A8 | 5C | 0 | 2 | 21 | B3 | 56 | 24 |
| Octal | 15 | 253 | 250 | 134 | 0 | 2 | 41 | 263 | 126 | 44 |
| Binary | 1101 | 10101011 | 10101000 | 1011100 | 0 | 10 | 100001 | 10110011 | 1010110 | 100100 |
Color Harmonies of #0DABA8
Complementary color
Monochromatic Colors of #0DABA8
Black with #0DABA8
Text Example
Text Example
White with #0DABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABA8; }
p { color: rgb(13,171,168); }
H1.HeaderClassName
{
color: #0DABA8;
}
.AnyTagClassName
{
color: #0DABA8;
}
</style>
background-color css
<style>
a { background-color: #0DABA8; }
a { background-color: rgb(13,171,168); }
div.DivClassName
{
background-color: #0DABA8;
}
.BgClassName
{
background-color: #0DABA8;
}
</style>
border-color css
<style>
span { border-color: #0DABA8; }
span { border-color: rgb(13,171,168); }
td.TdClassName
{
border-color: #0DABA8;
}
.TagClassName
{
border-color: #0DABA8;
}
</style>