Shades of Light Sea Green #0BAFA8
Tints of Light Sea Green #0BAFA8
RGB
CMYK
RGB Variations
Color information
#0BAFA8 (or 0x0BAFA8) is known color: Light Sea Green. HEX triplet: 0B, AF and A8. RGB value is (11,175,168). Sum of RGB (Red+Green+Blue) = 11+175+168=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAFA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAFA8 is #F45057. Grayscale: #7D7D7D. Windows color (decimal): -16011352 or 11054859. OLE color: 11054859.
HSL color Cylindrical-coordinate representation of color #0BAFA8: hue angle of 177.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAFA8 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 168 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.31 |
| HSL | 177.44º | 0.88% | 0.36% | - |
| HSV(B) | 177.44º | 0.94% | 0.69% | - |
| XYZ | 22.54 | 33.56 | 42.34 | - |
| YUV | 125.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 168 | 0.94 | 0 | 0.04 | 0.31 | 177.44 | 0.88 | 0.36 |
| Hex | B | AF | A8 | 5E | 0 | 4 | 1F | B1 | 58 | 24 |
| Octal | 13 | 257 | 250 | 136 | 0 | 4 | 37 | 261 | 130 | 44 |
| Binary | 1011 | 10101111 | 10101000 | 1011110 | 0 | 100 | 11111 | 10110001 | 1011000 | 100100 |
Color Harmonies of #0BAFA8
Complementary color
Monochromatic Colors of #0BAFA8
Black with #0BAFA8
Text Example
Text Example
White with #0BAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFA8; }
p { color: rgb(11,175,168); }
H1.HeaderClassName
{
color: #0BAFA8;
}
.AnyTagClassName
{
color: #0BAFA8;
}
</style>
background-color css
<style>
a { background-color: #0BAFA8; }
a { background-color: rgb(11,175,168); }
div.DivClassName
{
background-color: #0BAFA8;
}
.BgClassName
{
background-color: #0BAFA8;
}
</style>
border-color css
<style>
span { border-color: #0BAFA8; }
span { border-color: rgb(11,175,168); }
td.TdClassName
{
border-color: #0BAFA8;
}
.TagClassName
{
border-color: #0BAFA8;
}
</style>