Shades of Light Sea Green #0DABA3
Tints of Light Sea Green #0DABA3
RGB
CMYK
RGB Variations
Color information
#0DABA3 (or 0x0DABA3) is known color: Light Sea Green. HEX triplet: 0D, AB and A3. RGB value is (13,171,163). Sum of RGB (Red+Green+Blue) = 13+171+163=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #0DABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABA3 is #F2545C. Grayscale: #7A7A7A. Windows color (decimal): -15881309 or 10726157. OLE color: 10726157.
HSL color Cylindrical-coordinate representation of color #0DABA3: hue angle of 176.96º 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 #0DABA3 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 163 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.33 |
| HSL | 176.96º | 0.86% | 0.36% | - |
| HSV(B) | 176.96º | 0.92% | 0.67% | - |
| XYZ | 21.34 | 31.86 | 39.67 | - |
| YUV | 122.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 163 | 0.92 | 0 | 0.05 | 0.33 | 176.96 | 0.86 | 0.36 |
| Hex | D | AB | A3 | 5C | 0 | 5 | 21 | B1 | 56 | 24 |
| Octal | 15 | 253 | 243 | 134 | 0 | 5 | 41 | 261 | 126 | 44 |
| Binary | 1101 | 10101011 | 10100011 | 1011100 | 0 | 101 | 100001 | 10110001 | 1010110 | 100100 |
Color Harmonies of #0DABA3
Complementary color
Monochromatic Colors of #0DABA3
Black with #0DABA3
Text Example
Text Example
White with #0DABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABA3; }
p { color: rgb(13,171,163); }
H1.HeaderClassName
{
color: #0DABA3;
}
.AnyTagClassName
{
color: #0DABA3;
}
</style>
background-color css
<style>
a { background-color: #0DABA3; }
a { background-color: rgb(13,171,163); }
div.DivClassName
{
background-color: #0DABA3;
}
.BgClassName
{
background-color: #0DABA3;
}
</style>
border-color css
<style>
span { border-color: #0DABA3; }
span { border-color: rgb(13,171,163); }
td.TdClassName
{
border-color: #0DABA3;
}
.TagClassName
{
border-color: #0DABA3;
}
</style>