Shades of Light Sea Green #0BAAAC
Tints of Light Sea Green #0BAAAC
RGB
CMYK
RGB Variations
Color information
#0BAAAC (or 0x0BAAAC) is known color: Light Sea Green. HEX triplet: 0B, AA and AC. RGB value is (11,170,172). Sum of RGB (Red+Green+Blue) = 11+170+172=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #0BAAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAAAC is #F45553. Grayscale: #7A7A7A. Windows color (decimal): -16012628 or 11315723. OLE color: 11315723.
HSL color Cylindrical-coordinate representation of color #0BAAAC: hue angle of 180.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAAAC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 172 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.33 |
| HSL | 180.75º | 0.88% | 0.36% | - |
| HSV(B) | 180.75º | 0.94% | 0.67% | - |
| XYZ | 21.96 | 31.8 | 44.01 | - |
| YUV | 122.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 172 | 0.94 | 0.01 | 0 | 0.33 | 180.75 | 0.88 | 0.36 |
| Hex | B | AA | AC | 5E | 1 | 0 | 21 | B5 | 58 | 24 |
| Octal | 13 | 252 | 254 | 136 | 1 | 0 | 41 | 265 | 130 | 44 |
| Binary | 1011 | 10101010 | 10101100 | 1011110 | 1 | 0 | 100001 | 10110101 | 1011000 | 100100 |
Color Harmonies of #0BAAAC
Complementary color
Monochromatic Colors of #0BAAAC
Black with #0BAAAC
Text Example
Text Example
White with #0BAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAAAC; }
p { color: rgb(11,170,172); }
H1.HeaderClassName
{
color: #0BAAAC;
}
.AnyTagClassName
{
color: #0BAAAC;
}
</style>
background-color css
<style>
a { background-color: #0BAAAC; }
a { background-color: rgb(11,170,172); }
div.DivClassName
{
background-color: #0BAAAC;
}
.BgClassName
{
background-color: #0BAAAC;
}
</style>
border-color css
<style>
span { border-color: #0BAAAC; }
span { border-color: rgb(11,170,172); }
td.TdClassName
{
border-color: #0BAAAC;
}
.TagClassName
{
border-color: #0BAAAC;
}
</style>