Shades of Light Sea Green #0DABAB
Tints of Light Sea Green #0DABAB
RGB
CMYK
RGB Variations
Color information
#0DABAB (or 0x0DABAB) is known color: Light Sea Green. HEX triplet: 0D, AB and AB. RGB value is (13,171,171). Sum of RGB (Red+Green+Blue) = 13+171+171=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #0DABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABAB is #F25454. Grayscale: #7B7B7B. Windows color (decimal): -15881301 or 11250445. OLE color: 11250445.
HSL color Cylindrical-coordinate representation of color #0DABAB: hue angle of 180º 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 #0DABAB is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 171 | - |
| CMYK | 0.92 | 0 | 0 | 0.33 |
| HSL | 180º | 0.86% | 0.36% | - |
| HSV(B) | 180º | 0.92% | 0.67% | - |
| XYZ | 22.08 | 32.15 | 43.57 | - |
| YUV | 123.76 | 154.65 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 171 | 0.92 | 0 | 0 | 0.33 | 180 | 0.86 | 0.36 |
| Hex | D | AB | AB | 5C | 0 | 0 | 21 | B4 | 56 | 24 |
| Octal | 15 | 253 | 253 | 134 | 0 | 0 | 41 | 264 | 126 | 44 |
| Binary | 1101 | 10101011 | 10101011 | 1011100 | 0 | 0 | 100001 | 10110100 | 1010110 | 100100 |
Color Harmonies of #0DABAB
Complementary color
Monochromatic Colors of #0DABAB
Black with #0DABAB
Text Example
Text Example
White with #0DABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABAB; }
p { color: rgb(13,171,171); }
H1.HeaderClassName
{
color: #0DABAB;
}
.AnyTagClassName
{
color: #0DABAB;
}
</style>
background-color css
<style>
a { background-color: #0DABAB; }
a { background-color: rgb(13,171,171); }
div.DivClassName
{
background-color: #0DABAB;
}
.BgClassName
{
background-color: #0DABAB;
}
</style>
border-color css
<style>
span { border-color: #0DABAB; }
span { border-color: rgb(13,171,171); }
td.TdClassName
{
border-color: #0DABAB;
}
.TagClassName
{
border-color: #0DABAB;
}
</style>