Shades of Light Sea Green #0BAEAB
Tints of Light Sea Green #0BAEAB
RGB
CMYK
RGB Variations
Color information
#0BAEAB (or 0x0BAEAB) is known color: Light Sea Green. HEX triplet: 0B, AE and AB. RGB value is (11,174,171). Sum of RGB (Red+Green+Blue) = 11+174+171=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAB is #F45154. Grayscale: #7C7C7C. Windows color (decimal): -16011605 or 11251211. OLE color: 11251211.
HSL color Cylindrical-coordinate representation of color #0BAEAB: hue angle of 178.9º 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 #0BAEAB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 171 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.32 |
| HSL | 178.9º | 0.88% | 0.36% | - |
| HSV(B) | 178.9º | 0.94% | 0.68% | - |
| XYZ | 22.62 | 33.28 | 43.76 | - |
| YUV | 124.92 | 154 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 171 | 0.94 | 0 | 0.02 | 0.32 | 178.9 | 0.88 | 0.36 |
| Hex | B | AE | AB | 5E | 0 | 2 | 20 | B3 | 58 | 24 |
| Octal | 13 | 256 | 253 | 136 | 0 | 2 | 40 | 263 | 130 | 44 |
| Binary | 1011 | 10101110 | 10101011 | 1011110 | 0 | 10 | 100000 | 10110011 | 1011000 | 100100 |
Color Harmonies of #0BAEAB
Complementary color
Monochromatic Colors of #0BAEAB
Black with #0BAEAB
Text Example
Text Example
White with #0BAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEAB; }
p { color: rgb(11,174,171); }
H1.HeaderClassName
{
color: #0BAEAB;
}
.AnyTagClassName
{
color: #0BAEAB;
}
</style>
background-color css
<style>
a { background-color: #0BAEAB; }
a { background-color: rgb(11,174,171); }
div.DivClassName
{
background-color: #0BAEAB;
}
.BgClassName
{
background-color: #0BAEAB;
}
</style>
border-color css
<style>
span { border-color: #0BAEAB; }
span { border-color: rgb(11,174,171); }
td.TdClassName
{
border-color: #0BAEAB;
}
.TagClassName
{
border-color: #0BAEAB;
}
</style>