Shades of Caribbean Green #0BCDAF
Tints of Caribbean Green #0BCDAF
RGB
CMYK
RGB Variations
Color information
#0BCDAF (or 0x0BCDAF) is known color: Caribbean Green. HEX triplet: 0B, CD and AF. RGB value is (11,205,175). Sum of RGB (Red+Green+Blue) = 11+205+175=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDAF is #F43250. Grayscale: #8F8F8F. Windows color (decimal): -16003665 or 11521291. OLE color: 11521291.
HSL color Cylindrical-coordinate representation of color #0BCDAF: hue angle of 170.72º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDAF is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 175 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.20 |
| HSL | 170.72º | 0.9% | 0.42% | - |
| HSV(B) | 170.72º | 0.95% | 0.8% | - |
| XYZ | 29.71 | 46.83 | 48.03 | - |
| YUV | 143.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 175 | 0.95 | 0 | 0.15 | 0.20 | 170.72 | 0.9 | 0.42 |
| Hex | B | CD | AF | 5F | 0 | F | 14 | AB | 5A | 2A |
| Octal | 13 | 315 | 257 | 137 | 0 | 17 | 24 | 253 | 132 | 52 |
| Binary | 1011 | 11001101 | 10101111 | 1011111 | 0 | 1111 | 10100 | 10101011 | 1011010 | 101010 |
Color Harmonies of #0BCDAF
Complementary color
Monochromatic Colors of #0BCDAF
Black with #0BCDAF
Text Example
Text Example
White with #0BCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDAF; }
p { color: rgb(11,205,175); }
H1.HeaderClassName
{
color: #0BCDAF;
}
.AnyTagClassName
{
color: #0BCDAF;
}
</style>
background-color css
<style>
a { background-color: #0BCDAF; }
a { background-color: rgb(11,205,175); }
div.DivClassName
{
background-color: #0BCDAF;
}
.BgClassName
{
background-color: #0BCDAF;
}
</style>
border-color css
<style>
span { border-color: #0BCDAF; }
span { border-color: rgb(11,205,175); }
td.TdClassName
{
border-color: #0BCDAF;
}
.TagClassName
{
border-color: #0BCDAF;
}
</style>