Shades of Light Sea Green #0BACAC
Tints of Light Sea Green #0BACAC
RGB
CMYK
RGB Variations
Color information
#0BACAC (or 0x0BACAC) is known color: Light Sea Green. HEX triplet: 0B, AC and AC. RGB value is (11,172,172). Sum of RGB (Red+Green+Blue) = 11+172+172=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #0BACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BACAC is #F45353. Grayscale: #7B7B7B. Windows color (decimal): -16012116 or 11316235. OLE color: 11316235.
HSL color Cylindrical-coordinate representation of color #0BACAC: hue angle of 180º 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 #0BACAC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 172 | - |
| CMYK | 0.94 | 0 | 0 | 0.33 |
| HSL | 180º | 0.88% | 0.36% | - |
| HSV(B) | 180º | 0.94% | 0.67% | - |
| XYZ | 22.34 | 32.55 | 44.14 | - |
| YUV | 123.86 | 155.16 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 172 | 0.94 | 0 | 0 | 0.33 | 180 | 0.88 | 0.36 |
| Hex | B | AC | AC | 5E | 0 | 0 | 21 | B4 | 58 | 24 |
| Octal | 13 | 254 | 254 | 136 | 0 | 0 | 41 | 264 | 130 | 44 |
| Binary | 1011 | 10101100 | 10101100 | 1011110 | 0 | 0 | 100001 | 10110100 | 1011000 | 100100 |
Color Harmonies of #0BACAC
Complementary color
Monochromatic Colors of #0BACAC
Black with #0BACAC
Text Example
Text Example
White with #0BACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACAC; }
p { color: rgb(11,172,172); }
H1.HeaderClassName
{
color: #0BACAC;
}
.AnyTagClassName
{
color: #0BACAC;
}
</style>
background-color css
<style>
a { background-color: #0BACAC; }
a { background-color: rgb(11,172,172); }
div.DivClassName
{
background-color: #0BACAC;
}
.BgClassName
{
background-color: #0BACAC;
}
</style>
border-color css
<style>
span { border-color: #0BACAC; }
span { border-color: rgb(11,172,172); }
td.TdClassName
{
border-color: #0BACAC;
}
.TagClassName
{
border-color: #0BACAC;
}
</style>