Shades of Light Sea Green #0BAEA4
Tints of Light Sea Green #0BAEA4
RGB
CMYK
RGB Variations
Color information
#0BAEA4 (or 0x0BAEA4) is known color: Light Sea Green. HEX triplet: 0B, AE and A4. RGB value is (11,174,164). Sum of RGB (Red+Green+Blue) = 11+174+164=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEA4 is #F4515B. Grayscale: #7C7C7C. Windows color (decimal): -16011612 or 10792459. OLE color: 10792459.
HSL color Cylindrical-coordinate representation of color #0BAEA4: hue angle of 176.32º 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 #0BAEA4 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 164 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.32 |
| HSL | 176.32º | 0.88% | 0.36% | - |
| HSV(B) | 176.32º | 0.94% | 0.68% | - |
| XYZ | 21.97 | 33.02 | 40.34 | - |
| YUV | 124.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 164 | 0.94 | 0 | 0.06 | 0.32 | 176.32 | 0.88 | 0.36 |
| Hex | B | AE | A4 | 5E | 0 | 6 | 20 | B0 | 58 | 24 |
| Octal | 13 | 256 | 244 | 136 | 0 | 6 | 40 | 260 | 130 | 44 |
| Binary | 1011 | 10101110 | 10100100 | 1011110 | 0 | 110 | 100000 | 10110000 | 1011000 | 100100 |
Color Harmonies of #0BAEA4
Complementary color
Monochromatic Colors of #0BAEA4
Black with #0BAEA4
Text Example
Text Example
White with #0BAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEA4; }
p { color: rgb(11,174,164); }
H1.HeaderClassName
{
color: #0BAEA4;
}
.AnyTagClassName
{
color: #0BAEA4;
}
</style>
background-color css
<style>
a { background-color: #0BAEA4; }
a { background-color: rgb(11,174,164); }
div.DivClassName
{
background-color: #0BAEA4;
}
.BgClassName
{
background-color: #0BAEA4;
}
</style>
border-color css
<style>
span { border-color: #0BAEA4; }
span { border-color: rgb(11,174,164); }
td.TdClassName
{
border-color: #0BAEA4;
}
.TagClassName
{
border-color: #0BAEA4;
}
</style>