Shades of Light Sea Green #0ABDAA
Tints of Light Sea Green #0ABDAA
RGB
CMYK
RGB Variations
Color information
#0ABDAA (or 0x0ABDAA) is known color: Light Sea Green. HEX triplet: 0A, BD and AA. RGB value is (10,189,170). Sum of RGB (Red+Green+Blue) = 10+189+170=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDAA is #F54255. Grayscale: #858585. Windows color (decimal): -16073302 or 11189514. OLE color: 11189514.
HSL color Cylindrical-coordinate representation of color #0ABDAA: hue angle of 173.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDAA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 170 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.26 |
| HSL | 173.63º | 0.9% | 0.39% | - |
| HSV(B) | 173.63º | 0.95% | 0.74% | - |
| XYZ | 25.58 | 39.36 | 44.28 | - |
| YUV | 133.31 | 148.7 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 170 | 0.95 | 0 | 0.10 | 0.26 | 173.63 | 0.9 | 0.39 |
| Hex | A | BD | AA | 5F | 0 | A | 1A | AE | 5A | 27 |
| Octal | 12 | 275 | 252 | 137 | 0 | 12 | 32 | 256 | 132 | 47 |
| Binary | 1010 | 10111101 | 10101010 | 1011111 | 0 | 1010 | 11010 | 10101110 | 1011010 | 100111 |
Color Harmonies of #0ABDAA
Complementary color
Monochromatic Colors of #0ABDAA
Black with #0ABDAA
Text Example
Text Example
White with #0ABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDAA; }
p { color: rgb(10,189,170); }
H1.HeaderClassName
{
color: #0ABDAA;
}
.AnyTagClassName
{
color: #0ABDAA;
}
</style>
background-color css
<style>
a { background-color: #0ABDAA; }
a { background-color: rgb(10,189,170); }
div.DivClassName
{
background-color: #0ABDAA;
}
.BgClassName
{
background-color: #0ABDAA;
}
</style>
border-color css
<style>
span { border-color: #0ABDAA; }
span { border-color: rgb(10,189,170); }
td.TdClassName
{
border-color: #0ABDAA;
}
.TagClassName
{
border-color: #0ABDAA;
}
</style>