Shades of Light Sea Green #0AB4AA
Tints of Light Sea Green #0AB4AA
RGB
CMYK
RGB Variations
Color information
#0AB4AA (or 0x0AB4AA) is known color: Light Sea Green. HEX triplet: 0A, B4 and AA. RGB value is (10,180,170). Sum of RGB (Red+Green+Blue) = 10+180+170=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB4AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB4AA is #F54B55. Grayscale: #7F7F7F. Windows color (decimal): -16075606 or 11187210. OLE color: 11187210.
HSL color Cylindrical-coordinate representation of color #0AB4AA: hue angle of 176.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB4AA is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 170 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.29 |
| HSL | 176.47º | 0.89% | 0.37% | - |
| HSV(B) | 176.47º | 0.94% | 0.71% | - |
| XYZ | 23.7 | 35.61 | 43.65 | - |
| YUV | 128.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 170 | 0.94 | 0 | 0.06 | 0.29 | 176.47 | 0.89 | 0.37 |
| Hex | A | B4 | AA | 5E | 0 | 6 | 1D | B0 | 59 | 25 |
| Octal | 12 | 264 | 252 | 136 | 0 | 6 | 35 | 260 | 131 | 45 |
| Binary | 1010 | 10110100 | 10101010 | 1011110 | 0 | 110 | 11101 | 10110000 | 1011001 | 100101 |
Color Harmonies of #0AB4AA
Complementary color
Monochromatic Colors of #0AB4AA
Black with #0AB4AA
Text Example
Text Example
White with #0AB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB4AA; }
p { color: rgb(10,180,170); }
H1.HeaderClassName
{
color: #0AB4AA;
}
.AnyTagClassName
{
color: #0AB4AA;
}
</style>
background-color css
<style>
a { background-color: #0AB4AA; }
a { background-color: rgb(10,180,170); }
div.DivClassName
{
background-color: #0AB4AA;
}
.BgClassName
{
background-color: #0AB4AA;
}
</style>
border-color css
<style>
span { border-color: #0AB4AA; }
span { border-color: rgb(10,180,170); }
td.TdClassName
{
border-color: #0AB4AA;
}
.TagClassName
{
border-color: #0AB4AA;
}
</style>