Shades of Light Sea Green #0BB2AA
Tints of Light Sea Green #0BB2AA
RGB
CMYK
RGB Variations
Color information
#0BB2AA (or 0x0BB2AA) is known color: Light Sea Green. HEX triplet: 0B, B2 and AA. RGB value is (11,178,170). Sum of RGB (Red+Green+Blue) = 11+178+170=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB2AA is #F44D55. Grayscale: #7F7F7F. Windows color (decimal): -16010582 or 11186699. OLE color: 11186699.
HSL color Cylindrical-coordinate representation of color #0BB2AA: hue angle of 177.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB2AA is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 170 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.30 |
| HSL | 177.13º | 0.88% | 0.37% | - |
| HSV(B) | 177.13º | 0.94% | 0.7% | - |
| XYZ | 23.31 | 34.81 | 43.52 | - |
| YUV | 127.16 | 152.17 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 170 | 0.94 | 0 | 0.04 | 0.30 | 177.13 | 0.88 | 0.37 |
| Hex | B | B2 | AA | 5E | 0 | 4 | 1E | B1 | 58 | 25 |
| Octal | 13 | 262 | 252 | 136 | 0 | 4 | 36 | 261 | 130 | 45 |
| Binary | 1011 | 10110010 | 10101010 | 1011110 | 0 | 100 | 11110 | 10110001 | 1011000 | 100101 |
Color Harmonies of #0BB2AA
Complementary color
Monochromatic Colors of #0BB2AA
Black with #0BB2AA
Text Example
Text Example
White with #0BB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB2AA; }
p { color: rgb(11,178,170); }
H1.HeaderClassName
{
color: #0BB2AA;
}
.AnyTagClassName
{
color: #0BB2AA;
}
</style>
background-color css
<style>
a { background-color: #0BB2AA; }
a { background-color: rgb(11,178,170); }
div.DivClassName
{
background-color: #0BB2AA;
}
.BgClassName
{
background-color: #0BB2AA;
}
</style>
border-color css
<style>
span { border-color: #0BB2AA; }
span { border-color: rgb(11,178,170); }
td.TdClassName
{
border-color: #0BB2AA;
}
.TagClassName
{
border-color: #0BB2AA;
}
</style>