Shades of Light Sea Green #0BB3AF
Tints of Light Sea Green #0BB3AF
RGB
CMYK
RGB Variations
Color information
#0BB3AF (or 0x0BB3AF) is known color: Light Sea Green. HEX triplet: 0B, B3 and AF. RGB value is (11,179,175). Sum of RGB (Red+Green+Blue) = 11+179+175=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB3AF is #F44C50. Grayscale: #808080. Windows color (decimal): -16010321 or 11514635. OLE color: 11514635.
HSL color Cylindrical-coordinate representation of color #0BB3AF: hue angle of 178.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB3AF is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 179 | 175 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.30 |
| HSL | 178.57º | 0.88% | 0.37% | - |
| HSV(B) | 178.57º | 0.94% | 0.7% | - |
| XYZ | 24 | 35.41 | 46.13 | - |
| YUV | 128.31 | 154.34 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 179 | 175 | 0.94 | 0 | 0.02 | 0.30 | 178.57 | 0.88 | 0.37 |
| Hex | B | B3 | AF | 5E | 0 | 2 | 1E | B3 | 58 | 25 |
| Octal | 13 | 263 | 257 | 136 | 0 | 2 | 36 | 263 | 130 | 45 |
| Binary | 1011 | 10110011 | 10101111 | 1011110 | 0 | 10 | 11110 | 10110011 | 1011000 | 100101 |
Color Harmonies of #0BB3AF
Complementary color
Monochromatic Colors of #0BB3AF
Black with #0BB3AF
Text Example
Text Example
White with #0BB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB3AF; }
p { color: rgb(11,179,175); }
H1.HeaderClassName
{
color: #0BB3AF;
}
.AnyTagClassName
{
color: #0BB3AF;
}
</style>
background-color css
<style>
a { background-color: #0BB3AF; }
a { background-color: rgb(11,179,175); }
div.DivClassName
{
background-color: #0BB3AF;
}
.BgClassName
{
background-color: #0BB3AF;
}
</style>
border-color css
<style>
span { border-color: #0BB3AF; }
span { border-color: rgb(11,179,175); }
td.TdClassName
{
border-color: #0BB3AF;
}
.TagClassName
{
border-color: #0BB3AF;
}
</style>