Shades of Light Sea Green #0BADAB
Tints of Light Sea Green #0BADAB
RGB
CMYK
RGB Variations
Color information
#0BADAB (or 0x0BADAB) is known color: Light Sea Green. HEX triplet: 0B, AD and AB. RGB value is (11,173,171). Sum of RGB (Red+Green+Blue) = 11+173+171=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #0BADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BADAB is #F45254. Grayscale: #7C7C7C. Windows color (decimal): -16011861 or 11250955. OLE color: 11250955.
HSL color Cylindrical-coordinate representation of color #0BADAB: hue angle of 179.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADAB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 171 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.32 |
| HSL | 179.26º | 0.88% | 0.36% | - |
| HSV(B) | 179.26º | 0.94% | 0.68% | - |
| XYZ | 22.43 | 32.9 | 43.7 | - |
| YUV | 124.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 171 | 0.94 | 0 | 0.01 | 0.32 | 179.26 | 0.88 | 0.36 |
| Hex | B | AD | AB | 5E | 0 | 1 | 20 | B3 | 58 | 24 |
| Octal | 13 | 255 | 253 | 136 | 0 | 1 | 40 | 263 | 130 | 44 |
| Binary | 1011 | 10101101 | 10101011 | 1011110 | 0 | 1 | 100000 | 10110011 | 1011000 | 100100 |
Color Harmonies of #0BADAB
Complementary color
Monochromatic Colors of #0BADAB
Black with #0BADAB
Text Example
Text Example
White with #0BADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADAB; }
p { color: rgb(11,173,171); }
H1.HeaderClassName
{
color: #0BADAB;
}
.AnyTagClassName
{
color: #0BADAB;
}
</style>
background-color css
<style>
a { background-color: #0BADAB; }
a { background-color: rgb(11,173,171); }
div.DivClassName
{
background-color: #0BADAB;
}
.BgClassName
{
background-color: #0BADAB;
}
</style>
border-color css
<style>
span { border-color: #0BADAB; }
span { border-color: rgb(11,173,171); }
td.TdClassName
{
border-color: #0BADAB;
}
.TagClassName
{
border-color: #0BADAB;
}
</style>