Shades of Light Sea Green #0BA8AA
Tints of Light Sea Green #0BA8AA
RGB
CMYK
RGB Variations
Color information
#0BA8AA (or 0x0BA8AA) is known color: Light Sea Green. HEX triplet: 0B, A8 and AA. RGB value is (11,168,170). Sum of RGB (Red+Green+Blue) = 11+168+170=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #0BA8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA8AA is #F45755. Grayscale: #797979. Windows color (decimal): -16013142 or 11184139. OLE color: 11184139.
HSL color Cylindrical-coordinate representation of color #0BA8AA: hue angle of 180.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA8AA is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 168 | 170 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.33 |
| HSL | 180.75º | 0.88% | 0.35% | - |
| HSV(B) | 180.75º | 0.94% | 0.67% | - |
| XYZ | 21.4 | 30.98 | 42.88 | - |
| YUV | 121.29 | 155.49 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 170 | 0.94 | 0.01 | 0 | 0.33 | 180.75 | 0.88 | 0.35 |
| Hex | B | A8 | AA | 5E | 1 | 0 | 21 | B5 | 58 | 23 |
| Octal | 13 | 250 | 252 | 136 | 1 | 0 | 41 | 265 | 130 | 43 |
| Binary | 1011 | 10101000 | 10101010 | 1011110 | 1 | 0 | 100001 | 10110101 | 1011000 | 100011 |
Color Harmonies of #0BA8AA
Complementary color
Monochromatic Colors of #0BA8AA
Black with #0BA8AA
Text Example
Text Example
White with #0BA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA8AA; }
p { color: rgb(11,168,170); }
H1.HeaderClassName
{
color: #0BA8AA;
}
.AnyTagClassName
{
color: #0BA8AA;
}
</style>
background-color css
<style>
a { background-color: #0BA8AA; }
a { background-color: rgb(11,168,170); }
div.DivClassName
{
background-color: #0BA8AA;
}
.BgClassName
{
background-color: #0BA8AA;
}
</style>
border-color css
<style>
span { border-color: #0BA8AA; }
span { border-color: rgb(11,168,170); }
td.TdClassName
{
border-color: #0BA8AA;
}
.TagClassName
{
border-color: #0BA8AA;
}
</style>