Shades of Light Sea Green #0BB7AF
Tints of Light Sea Green #0BB7AF
RGB
CMYK
RGB Variations
Color information
#0BB7AF (or 0x0BB7AF) is known color: Light Sea Green. HEX triplet: 0B, B7 and AF. RGB value is (11,183,175). Sum of RGB (Red+Green+Blue) = 11+183+175=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB7AF is #F44850. Grayscale: #828282. Windows color (decimal): -16009297 or 11515659. OLE color: 11515659.
HSL color Cylindrical-coordinate representation of color #0BB7AF: hue angle of 177.21º 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 #0BB7AF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 175 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.28 |
| HSL | 177.21º | 0.89% | 0.38% | - |
| HSV(B) | 177.21º | 0.94% | 0.72% | - |
| XYZ | 24.81 | 37.03 | 46.4 | - |
| YUV | 130.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 175 | 0.94 | 0 | 0.04 | 0.28 | 177.21 | 0.89 | 0.38 |
| Hex | B | B7 | AF | 5E | 0 | 4 | 1C | B1 | 59 | 26 |
| Octal | 13 | 267 | 257 | 136 | 0 | 4 | 34 | 261 | 131 | 46 |
| Binary | 1011 | 10110111 | 10101111 | 1011110 | 0 | 100 | 11100 | 10110001 | 1011001 | 100110 |
Color Harmonies of #0BB7AF
Complementary color
Monochromatic Colors of #0BB7AF
Black with #0BB7AF
Text Example
Text Example
White with #0BB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB7AF; }
p { color: rgb(11,183,175); }
H1.HeaderClassName
{
color: #0BB7AF;
}
.AnyTagClassName
{
color: #0BB7AF;
}
</style>
background-color css
<style>
a { background-color: #0BB7AF; }
a { background-color: rgb(11,183,175); }
div.DivClassName
{
background-color: #0BB7AF;
}
.BgClassName
{
background-color: #0BB7AF;
}
</style>
border-color css
<style>
span { border-color: #0BB7AF; }
span { border-color: rgb(11,183,175); }
td.TdClassName
{
border-color: #0BB7AF;
}
.TagClassName
{
border-color: #0BB7AF;
}
</style>