Shades of Light Sea Green #0AB5AC
Tints of Light Sea Green #0AB5AC
RGB
CMYK
RGB Variations
Color information
#0AB5AC (or 0x0AB5AC) is known color: Light Sea Green. HEX triplet: 0A, B5 and AC. RGB value is (10,181,172). Sum of RGB (Red+Green+Blue) = 10+181+172=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB5AC is #F54A53. Grayscale: #808080. Windows color (decimal): -16075348 or 11318538. OLE color: 11318538.
HSL color Cylindrical-coordinate representation of color #0AB5AC: hue angle of 176.84º degrees, saturation: 0.9, 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 #0AB5AC is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 172 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.29 |
| HSL | 176.84º | 0.9% | 0.37% | - |
| HSV(B) | 176.84º | 0.94% | 0.71% | - |
| XYZ | 24.1 | 36.09 | 44.73 | - |
| YUV | 128.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 172 | 0.94 | 0 | 0.05 | 0.29 | 176.84 | 0.9 | 0.37 |
| Hex | A | B5 | AC | 5E | 0 | 5 | 1D | B1 | 5A | 25 |
| Octal | 12 | 265 | 254 | 136 | 0 | 5 | 35 | 261 | 132 | 45 |
| Binary | 1010 | 10110101 | 10101100 | 1011110 | 0 | 101 | 11101 | 10110001 | 1011010 | 100101 |
Color Harmonies of #0AB5AC
Complementary color
Monochromatic Colors of #0AB5AC
Black with #0AB5AC
Text Example
Text Example
White with #0AB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB5AC; }
p { color: rgb(10,181,172); }
H1.HeaderClassName
{
color: #0AB5AC;
}
.AnyTagClassName
{
color: #0AB5AC;
}
</style>
background-color css
<style>
a { background-color: #0AB5AC; }
a { background-color: rgb(10,181,172); }
div.DivClassName
{
background-color: #0AB5AC;
}
.BgClassName
{
background-color: #0AB5AC;
}
</style>
border-color css
<style>
span { border-color: #0AB5AC; }
span { border-color: rgb(10,181,172); }
td.TdClassName
{
border-color: #0AB5AC;
}
.TagClassName
{
border-color: #0AB5AC;
}
</style>