Shades of Light Sea Green #0BB8AC
Tints of Light Sea Green #0BB8AC
RGB
CMYK
RGB Variations
Color information
#0BB8AC (or 0x0BB8AC) is known color: Light Sea Green. HEX triplet: 0B, B8 and AC. RGB value is (11,184,172). Sum of RGB (Red+Green+Blue) = 11+184+172=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB8AC is #F44753. Grayscale: #828282. Windows color (decimal): -16009044 or 11319307. OLE color: 11319307.
HSL color Cylindrical-coordinate representation of color #0BB8AC: hue angle of 175.84º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB8AC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 172 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.28 |
| HSL | 175.84º | 0.89% | 0.38% | - |
| HSV(B) | 175.84º | 0.94% | 0.72% | - |
| XYZ | 24.72 | 37.33 | 44.93 | - |
| YUV | 130.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 172 | 0.94 | 0 | 0.07 | 0.28 | 175.84 | 0.89 | 0.38 |
| Hex | B | B8 | AC | 5E | 0 | 7 | 1C | B0 | 59 | 26 |
| Octal | 13 | 270 | 254 | 136 | 0 | 7 | 34 | 260 | 131 | 46 |
| Binary | 1011 | 10111000 | 10101100 | 1011110 | 0 | 111 | 11100 | 10110000 | 1011001 | 100110 |
Color Harmonies of #0BB8AC
Complementary color
Monochromatic Colors of #0BB8AC
Black with #0BB8AC
Text Example
Text Example
White with #0BB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB8AC; }
p { color: rgb(11,184,172); }
H1.HeaderClassName
{
color: #0BB8AC;
}
.AnyTagClassName
{
color: #0BB8AC;
}
</style>
background-color css
<style>
a { background-color: #0BB8AC; }
a { background-color: rgb(11,184,172); }
div.DivClassName
{
background-color: #0BB8AC;
}
.BgClassName
{
background-color: #0BB8AC;
}
</style>
border-color css
<style>
span { border-color: #0BB8AC; }
span { border-color: rgb(11,184,172); }
td.TdClassName
{
border-color: #0BB8AC;
}
.TagClassName
{
border-color: #0BB8AC;
}
</style>