Shades of Light Sea Green #0BBFAF
Tints of Light Sea Green #0BBFAF
RGB
CMYK
RGB Variations
Color information
#0BBFAF (or 0x0BBFAF) is known color: Light Sea Green. HEX triplet: 0B, BF and AF. RGB value is (11,191,175). Sum of RGB (Red+Green+Blue) = 11+191+175=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBFAF is #F44050. Grayscale: #878787. Windows color (decimal): -16007249 or 11517707. OLE color: 11517707.
HSL color Cylindrical-coordinate representation of color #0BBFAF: hue angle of 174.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBFAF is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 175 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.25 |
| HSL | 174.67º | 0.89% | 0.4% | - |
| HSV(B) | 174.67º | 0.94% | 0.75% | - |
| XYZ | 26.51 | 40.43 | 46.96 | - |
| YUV | 135.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 175 | 0.94 | 0 | 0.08 | 0.25 | 174.67 | 0.89 | 0.4 |
| Hex | B | BF | AF | 5E | 0 | 8 | 19 | AF | 59 | 28 |
| Octal | 13 | 277 | 257 | 136 | 0 | 10 | 31 | 257 | 131 | 50 |
| Binary | 1011 | 10111111 | 10101111 | 1011110 | 0 | 1000 | 11001 | 10101111 | 1011001 | 101000 |
Color Harmonies of #0BBFAF
Complementary color
Monochromatic Colors of #0BBFAF
Black with #0BBFAF
Text Example
Text Example
White with #0BBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFAF; }
p { color: rgb(11,191,175); }
H1.HeaderClassName
{
color: #0BBFAF;
}
.AnyTagClassName
{
color: #0BBFAF;
}
</style>
background-color css
<style>
a { background-color: #0BBFAF; }
a { background-color: rgb(11,191,175); }
div.DivClassName
{
background-color: #0BBFAF;
}
.BgClassName
{
background-color: #0BBFAF;
}
</style>
border-color css
<style>
span { border-color: #0BBFAF; }
span { border-color: rgb(11,191,175); }
td.TdClassName
{
border-color: #0BBFAF;
}
.TagClassName
{
border-color: #0BBFAF;
}
</style>