Shades of Light Sea Green #0ABEB0
Tints of Light Sea Green #0ABEB0
RGB
CMYK
RGB Variations
Color information
#0ABEB0 (or 0x0ABEB0) is known color: Light Sea Green. HEX triplet: 0A, BE and B0. RGB value is (10,190,176). Sum of RGB (Red+Green+Blue) = 10+190+176=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEB0 is #F5414F. Grayscale: #868686. Windows color (decimal): -16073040 or 11582986. OLE color: 11582986.
HSL color Cylindrical-coordinate representation of color #0ABEB0: hue angle of 175.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 #0ABEB0 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 176 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.25 |
| HSL | 175.33º | 0.9% | 0.39% | - |
| HSV(B) | 175.33º | 0.95% | 0.75% | - |
| XYZ | 26.38 | 40.03 | 47.41 | - |
| YUV | 134.58 | 151.37 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 176 | 0.95 | 0 | 0.07 | 0.25 | 175.33 | 0.9 | 0.39 |
| Hex | A | BE | B0 | 5F | 0 | 7 | 19 | AF | 5A | 27 |
| Octal | 12 | 276 | 260 | 137 | 0 | 7 | 31 | 257 | 132 | 47 |
| Binary | 1010 | 10111110 | 10110000 | 1011111 | 0 | 111 | 11001 | 10101111 | 1011010 | 100111 |
Color Harmonies of #0ABEB0
Complementary color
Monochromatic Colors of #0ABEB0
Black with #0ABEB0
Text Example
Text Example
White with #0ABEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEB0; }
p { color: rgb(10,190,176); }
H1.HeaderClassName
{
color: #0ABEB0;
}
.AnyTagClassName
{
color: #0ABEB0;
}
</style>
background-color css
<style>
a { background-color: #0ABEB0; }
a { background-color: rgb(10,190,176); }
div.DivClassName
{
background-color: #0ABEB0;
}
.BgClassName
{
background-color: #0ABEB0;
}
</style>
border-color css
<style>
span { border-color: #0ABEB0; }
span { border-color: rgb(10,190,176); }
td.TdClassName
{
border-color: #0ABEB0;
}
.TagClassName
{
border-color: #0ABEB0;
}
</style>