Shades of Light Sea Green #0BAEAA
Tints of Light Sea Green #0BAEAA
RGB
CMYK
RGB Variations
Color information
#0BAEAA (or 0x0BAEAA) is known color: Light Sea Green. HEX triplet: 0B, AE and AA. RGB value is (11,174,170). Sum of RGB (Red+Green+Blue) = 11+174+170=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAA is #F45155. Grayscale: #7C7C7C. Windows color (decimal): -16011606 or 11185675. OLE color: 11185675.
HSL color Cylindrical-coordinate representation of color #0BAEAA: hue angle of 178.53º 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 #0BAEAA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 170 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.32 |
| HSL | 178.53º | 0.88% | 0.36% | - |
| HSV(B) | 178.53º | 0.94% | 0.68% | - |
| XYZ | 22.53 | 33.25 | 43.26 | - |
| YUV | 124.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 170 | 0.94 | 0 | 0.02 | 0.32 | 178.53 | 0.88 | 0.36 |
| Hex | B | AE | AA | 5E | 0 | 2 | 20 | B3 | 58 | 24 |
| Octal | 13 | 256 | 252 | 136 | 0 | 2 | 40 | 263 | 130 | 44 |
| Binary | 1011 | 10101110 | 10101010 | 1011110 | 0 | 10 | 100000 | 10110011 | 1011000 | 100100 |
Color Harmonies of #0BAEAA
Complementary color
Monochromatic Colors of #0BAEAA
Black with #0BAEAA
Text Example
Text Example
White with #0BAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEAA; }
p { color: rgb(11,174,170); }
H1.HeaderClassName
{
color: #0BAEAA;
}
.AnyTagClassName
{
color: #0BAEAA;
}
</style>
background-color css
<style>
a { background-color: #0BAEAA; }
a { background-color: rgb(11,174,170); }
div.DivClassName
{
background-color: #0BAEAA;
}
.BgClassName
{
background-color: #0BAEAA;
}
</style>
border-color css
<style>
span { border-color: #0BAEAA; }
span { border-color: rgb(11,174,170); }
td.TdClassName
{
border-color: #0BAEAA;
}
.TagClassName
{
border-color: #0BAEAA;
}
</style>