Shades of Light Sea Green #0BBEA8
Tints of Light Sea Green #0BBEA8
RGB
CMYK
RGB Variations
Color information
#0BBEA8 (or 0x0BBEA8) is known color: Light Sea Green. HEX triplet: 0B, BE and A8. RGB value is (11,190,168). Sum of RGB (Red+Green+Blue) = 11+190+168=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBEA8 is #F44157. Grayscale: #858585. Windows color (decimal): -16007512 or 11058699. OLE color: 11058699.
HSL color Cylindrical-coordinate representation of color #0BBEA8: hue angle of 172.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEA8 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 168 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.25 |
| HSL | 172.63º | 0.89% | 0.39% | - |
| HSV(B) | 172.63º | 0.94% | 0.75% | - |
| XYZ | 25.62 | 39.73 | 43.36 | - |
| YUV | 133.97 | 147.2 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 168 | 0.94 | 0 | 0.12 | 0.25 | 172.63 | 0.89 | 0.39 |
| Hex | B | BE | A8 | 5E | 0 | C | 19 | AD | 59 | 27 |
| Octal | 13 | 276 | 250 | 136 | 0 | 14 | 31 | 255 | 131 | 47 |
| Binary | 1011 | 10111110 | 10101000 | 1011110 | 0 | 1100 | 11001 | 10101101 | 1011001 | 100111 |
Color Harmonies of #0BBEA8
Complementary color
Monochromatic Colors of #0BBEA8
Black with #0BBEA8
Text Example
Text Example
White with #0BBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEA8; }
p { color: rgb(11,190,168); }
H1.HeaderClassName
{
color: #0BBEA8;
}
.AnyTagClassName
{
color: #0BBEA8;
}
</style>
background-color css
<style>
a { background-color: #0BBEA8; }
a { background-color: rgb(11,190,168); }
div.DivClassName
{
background-color: #0BBEA8;
}
.BgClassName
{
background-color: #0BBEA8;
}
</style>
border-color css
<style>
span { border-color: #0BBEA8; }
span { border-color: rgb(11,190,168); }
td.TdClassName
{
border-color: #0BBEA8;
}
.TagClassName
{
border-color: #0BBEA8;
}
</style>