Shades of Light Sea Green #0BBAA3
Tints of Light Sea Green #0BBAA3
RGB
CMYK
RGB Variations
Color information
#0BBAA3 (or 0x0BBAA3) is known color: Light Sea Green. HEX triplet: 0B, BA and A3. RGB value is (11,186,163). Sum of RGB (Red+Green+Blue) = 11+186+163=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBAA3 is #F4455C. Grayscale: #828282. Windows color (decimal): -16008541 or 10729995. OLE color: 10729995.
HSL color Cylindrical-coordinate representation of color #0BBAA3: hue angle of 172.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBAA3 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 163 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.27 |
| HSL | 172.11º | 0.89% | 0.39% | - |
| HSV(B) | 172.11º | 0.94% | 0.73% | - |
| XYZ | 24.31 | 37.83 | 40.67 | - |
| YUV | 131.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 163 | 0.94 | 0 | 0.12 | 0.27 | 172.11 | 0.89 | 0.39 |
| Hex | B | BA | A3 | 5E | 0 | C | 1B | AC | 59 | 27 |
| Octal | 13 | 272 | 243 | 136 | 0 | 14 | 33 | 254 | 131 | 47 |
| Binary | 1011 | 10111010 | 10100011 | 1011110 | 0 | 1100 | 11011 | 10101100 | 1011001 | 100111 |
Color Harmonies of #0BBAA3
Complementary color
Monochromatic Colors of #0BBAA3
Black with #0BBAA3
Text Example
Text Example
White with #0BBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBAA3; }
p { color: rgb(11,186,163); }
H1.HeaderClassName
{
color: #0BBAA3;
}
.AnyTagClassName
{
color: #0BBAA3;
}
</style>
background-color css
<style>
a { background-color: #0BBAA3; }
a { background-color: rgb(11,186,163); }
div.DivClassName
{
background-color: #0BBAA3;
}
.BgClassName
{
background-color: #0BBAA3;
}
</style>
border-color css
<style>
span { border-color: #0BBAA3; }
span { border-color: rgb(11,186,163); }
td.TdClassName
{
border-color: #0BBAA3;
}
.TagClassName
{
border-color: #0BBAA3;
}
</style>