Shades of Light Sea Green #0BA8AE
Tints of Light Sea Green #0BA8AE
RGB
CMYK
RGB Variations
Color information
#0BA8AE (or 0x0BA8AE) is known color: Light Sea Green. HEX triplet: 0B, A8 and AE. RGB value is (11,168,174). Sum of RGB (Red+Green+Blue) = 11+168+174=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #0BA8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA8AE is #F45751. Grayscale: #797979. Windows color (decimal): -16013138 or 11446283. OLE color: 11446283.
HSL color Cylindrical-coordinate representation of color #0BA8AE: hue angle of 182.21º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA8AE is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 168 | 174 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.32 |
| HSL | 182.21º | 0.88% | 0.36% | - |
| HSV(B) | 182.21º | 0.94% | 0.68% | - |
| XYZ | 21.78 | 31.13 | 44.91 | - |
| YUV | 121.74 | 157.49 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 174 | 0.94 | 0.03 | 0 | 0.32 | 182.21 | 0.88 | 0.36 |
| Hex | B | A8 | AE | 5E | 3 | 0 | 20 | B6 | 58 | 24 |
| Octal | 13 | 250 | 256 | 136 | 3 | 0 | 40 | 266 | 130 | 44 |
| Binary | 1011 | 10101000 | 10101110 | 1011110 | 11 | 0 | 100000 | 10110110 | 1011000 | 100100 |
Color Harmonies of #0BA8AE
Complementary color
Monochromatic Colors of #0BA8AE
Black with #0BA8AE
Text Example
Text Example
White with #0BA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA8AE; }
p { color: rgb(11,168,174); }
H1.HeaderClassName
{
color: #0BA8AE;
}
.AnyTagClassName
{
color: #0BA8AE;
}
</style>
background-color css
<style>
a { background-color: #0BA8AE; }
a { background-color: rgb(11,168,174); }
div.DivClassName
{
background-color: #0BA8AE;
}
.BgClassName
{
background-color: #0BA8AE;
}
</style>
border-color css
<style>
span { border-color: #0BA8AE; }
span { border-color: rgb(11,168,174); }
td.TdClassName
{
border-color: #0BA8AE;
}
.TagClassName
{
border-color: #0BA8AE;
}
</style>