Shades of Light Sea Green #0ABEAD
Tints of Light Sea Green #0ABEAD
RGB
CMYK
RGB Variations
Color information
#0ABEAD (or 0x0ABEAD) is known color: Light Sea Green. HEX triplet: 0A, BE and AD. RGB value is (10,190,173). Sum of RGB (Red+Green+Blue) = 10+190+173=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEAD is #F54152. Grayscale: #868686. Windows color (decimal): -16073043 or 11386378. OLE color: 11386378.
HSL color Cylindrical-coordinate representation of color #0ABEAD: hue angle of 174.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABEAD is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 173 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.25 |
| HSL | 174.33º | 0.9% | 0.39% | - |
| HSV(B) | 174.33º | 0.95% | 0.75% | - |
| XYZ | 26.08 | 39.91 | 45.86 | - |
| YUV | 134.24 | 149.87 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 173 | 0.95 | 0 | 0.09 | 0.25 | 174.33 | 0.9 | 0.39 |
| Hex | A | BE | AD | 5F | 0 | 9 | 19 | AE | 5A | 27 |
| Octal | 12 | 276 | 255 | 137 | 0 | 11 | 31 | 256 | 132 | 47 |
| Binary | 1010 | 10111110 | 10101101 | 1011111 | 0 | 1001 | 11001 | 10101110 | 1011010 | 100111 |
Color Harmonies of #0ABEAD
Complementary color
Monochromatic Colors of #0ABEAD
Black with #0ABEAD
Text Example
Text Example
White with #0ABEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEAD; }
p { color: rgb(10,190,173); }
H1.HeaderClassName
{
color: #0ABEAD;
}
.AnyTagClassName
{
color: #0ABEAD;
}
</style>
background-color css
<style>
a { background-color: #0ABEAD; }
a { background-color: rgb(10,190,173); }
div.DivClassName
{
background-color: #0ABEAD;
}
.BgClassName
{
background-color: #0ABEAD;
}
</style>
border-color css
<style>
span { border-color: #0ABEAD; }
span { border-color: rgb(10,190,173); }
td.TdClassName
{
border-color: #0ABEAD;
}
.TagClassName
{
border-color: #0ABEAD;
}
</style>