Shades of Light Sea Green #0BBDAB
Tints of Light Sea Green #0BBDAB
RGB
CMYK
RGB Variations
Color information
#0BBDAB (or 0x0BBDAB) is known color: Light Sea Green. HEX triplet: 0B, BD and AB. RGB value is (11,189,171). Sum of RGB (Red+Green+Blue) = 11+189+171=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDAB is #F44254. Grayscale: #858585. Windows color (decimal): -16007765 or 11255051. OLE color: 11255051.
HSL color Cylindrical-coordinate representation of color #0BBDAB: hue angle of 173.93º 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 #0BBDAB is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 171 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.26 |
| HSL | 173.93º | 0.89% | 0.39% | - |
| HSV(B) | 173.93º | 0.94% | 0.74% | - |
| XYZ | 25.69 | 39.41 | 44.78 | - |
| YUV | 133.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 171 | 0.94 | 0 | 0.10 | 0.26 | 173.93 | 0.89 | 0.39 |
| Hex | B | BD | AB | 5E | 0 | A | 1A | AE | 59 | 27 |
| Octal | 13 | 275 | 253 | 136 | 0 | 12 | 32 | 256 | 131 | 47 |
| Binary | 1011 | 10111101 | 10101011 | 1011110 | 0 | 1010 | 11010 | 10101110 | 1011001 | 100111 |
Color Harmonies of #0BBDAB
Complementary color
Monochromatic Colors of #0BBDAB
Black with #0BBDAB
Text Example
Text Example
White with #0BBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDAB; }
p { color: rgb(11,189,171); }
H1.HeaderClassName
{
color: #0BBDAB;
}
.AnyTagClassName
{
color: #0BBDAB;
}
</style>
background-color css
<style>
a { background-color: #0BBDAB; }
a { background-color: rgb(11,189,171); }
div.DivClassName
{
background-color: #0BBDAB;
}
.BgClassName
{
background-color: #0BBDAB;
}
</style>
border-color css
<style>
span { border-color: #0BBDAB; }
span { border-color: rgb(11,189,171); }
td.TdClassName
{
border-color: #0BBDAB;
}
.TagClassName
{
border-color: #0BBDAB;
}
</style>