Shades of Light Sea Green #0BBDB4
Tints of Light Sea Green #0BBDB4
RGB
CMYK
RGB Variations
Color information
#0BBDB4 (or 0x0BBDB4) is known color: Light Sea Green. HEX triplet: 0B, BD and B4. RGB value is (11,189,180). Sum of RGB (Red+Green+Blue) = 11+189+180=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDB4 is #F4424B. Grayscale: #868686. Windows color (decimal): -16007756 or 11844875. OLE color: 11844875.
HSL color Cylindrical-coordinate representation of color #0BBDB4: hue angle of 176.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBDB4 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 180 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.26 |
| HSL | 176.97º | 0.89% | 0.39% | - |
| HSV(B) | 176.97º | 0.94% | 0.74% | - |
| XYZ | 26.57 | 39.76 | 49.45 | - |
| YUV | 134.75 | 153.53 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 180 | 0.94 | 0 | 0.05 | 0.26 | 176.97 | 0.89 | 0.39 |
| Hex | B | BD | B4 | 5E | 0 | 5 | 1A | B1 | 59 | 27 |
| Octal | 13 | 275 | 264 | 136 | 0 | 5 | 32 | 261 | 131 | 47 |
| Binary | 1011 | 10111101 | 10110100 | 1011110 | 0 | 101 | 11010 | 10110001 | 1011001 | 100111 |
Color Harmonies of #0BBDB4
Complementary color
Monochromatic Colors of #0BBDB4
Black with #0BBDB4
Text Example
Text Example
White with #0BBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDB4; }
p { color: rgb(11,189,180); }
H1.HeaderClassName
{
color: #0BBDB4;
}
.AnyTagClassName
{
color: #0BBDB4;
}
</style>
background-color css
<style>
a { background-color: #0BBDB4; }
a { background-color: rgb(11,189,180); }
div.DivClassName
{
background-color: #0BBDB4;
}
.BgClassName
{
background-color: #0BBDB4;
}
</style>
border-color css
<style>
span { border-color: #0BBDB4; }
span { border-color: rgb(11,189,180); }
td.TdClassName
{
border-color: #0BBDB4;
}
.TagClassName
{
border-color: #0BBDB4;
}
</style>