Shades of Light Sea Green #0AB8AF
Tints of Light Sea Green #0AB8AF
RGB
CMYK
RGB Variations
Color information
#0AB8AF (or 0x0AB8AF) is known color: Light Sea Green. HEX triplet: 0A, B8 and AF. RGB value is (10,184,175). Sum of RGB (Red+Green+Blue) = 10+184+175=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB8AF is #F54750. Grayscale: #828282. Windows color (decimal): -16074577 or 11515914. OLE color: 11515914.
HSL color Cylindrical-coordinate representation of color #0AB8AF: hue angle of 176.9º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8AF is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 175 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.28 |
| HSL | 176.9º | 0.9% | 0.38% | - |
| HSV(B) | 176.9º | 0.95% | 0.72% | - |
| XYZ | 25 | 37.44 | 46.47 | - |
| YUV | 130.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 175 | 0.95 | 0 | 0.05 | 0.28 | 176.9 | 0.9 | 0.38 |
| Hex | A | B8 | AF | 5F | 0 | 5 | 1C | B1 | 5A | 26 |
| Octal | 12 | 270 | 257 | 137 | 0 | 5 | 34 | 261 | 132 | 46 |
| Binary | 1010 | 10111000 | 10101111 | 1011111 | 0 | 101 | 11100 | 10110001 | 1011010 | 100110 |
Color Harmonies of #0AB8AF
Complementary color
Monochromatic Colors of #0AB8AF
Black with #0AB8AF
Text Example
Text Example
White with #0AB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8AF; }
p { color: rgb(10,184,175); }
H1.HeaderClassName
{
color: #0AB8AF;
}
.AnyTagClassName
{
color: #0AB8AF;
}
</style>
background-color css
<style>
a { background-color: #0AB8AF; }
a { background-color: rgb(10,184,175); }
div.DivClassName
{
background-color: #0AB8AF;
}
.BgClassName
{
background-color: #0AB8AF;
}
</style>
border-color css
<style>
span { border-color: #0AB8AF; }
span { border-color: rgb(10,184,175); }
td.TdClassName
{
border-color: #0AB8AF;
}
.TagClassName
{
border-color: #0AB8AF;
}
</style>