Shades of Light Sea Green #0BBEAE
Tints of Light Sea Green #0BBEAE
RGB
CMYK
RGB Variations
Color information
#0BBEAE (or 0x0BBEAE) is known color: Light Sea Green. HEX triplet: 0B, BE and AE. RGB value is (11,190,174). Sum of RGB (Red+Green+Blue) = 11+190+174=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBEAE is #F44151. Grayscale: #868686. Windows color (decimal): -16007506 or 11451915. OLE color: 11451915.
HSL color Cylindrical-coordinate representation of color #0BBEAE: hue angle of 174.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEAE is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 174 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.25 |
| HSL | 174.64º | 0.89% | 0.39% | - |
| HSV(B) | 174.64º | 0.94% | 0.75% | - |
| XYZ | 26.19 | 39.95 | 46.38 | - |
| YUV | 134.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 174 | 0.94 | 0 | 0.08 | 0.25 | 174.64 | 0.89 | 0.39 |
| Hex | B | BE | AE | 5E | 0 | 8 | 19 | AF | 59 | 27 |
| Octal | 13 | 276 | 256 | 136 | 0 | 10 | 31 | 257 | 131 | 47 |
| Binary | 1011 | 10111110 | 10101110 | 1011110 | 0 | 1000 | 11001 | 10101111 | 1011001 | 100111 |
Color Harmonies of #0BBEAE
Complementary color
Monochromatic Colors of #0BBEAE
Black with #0BBEAE
Text Example
Text Example
White with #0BBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEAE; }
p { color: rgb(11,190,174); }
H1.HeaderClassName
{
color: #0BBEAE;
}
.AnyTagClassName
{
color: #0BBEAE;
}
</style>
background-color css
<style>
a { background-color: #0BBEAE; }
a { background-color: rgb(11,190,174); }
div.DivClassName
{
background-color: #0BBEAE;
}
.BgClassName
{
background-color: #0BBEAE;
}
</style>
border-color css
<style>
span { border-color: #0BBEAE; }
span { border-color: rgb(11,190,174); }
td.TdClassName
{
border-color: #0BBEAE;
}
.TagClassName
{
border-color: #0BBEAE;
}
</style>