Shades of Caribbean Green #0BCDA6
Tints of Caribbean Green #0BCDA6
RGB
CMYK
RGB Variations
Color information
#0BCDA6 (or 0x0BCDA6) is known color: Caribbean Green. HEX triplet: 0B, CD and A6. RGB value is (11,205,166). Sum of RGB (Red+Green+Blue) = 11+205+166=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDA6 is #F43259. Grayscale: #8E8E8E. Windows color (decimal): -16003674 or 10931467. OLE color: 10931467.
HSL color Cylindrical-coordinate representation of color #0BCDA6: hue angle of 167.94º 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 #0BCDA6 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 166 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.20 |
| HSL | 167.94º | 0.9% | 0.42% | - |
| HSV(B) | 167.94º | 0.95% | 0.8% | - |
| XYZ | 28.85 | 46.49 | 43.53 | - |
| YUV | 142.55 | 141.23 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 166 | 0.95 | 0 | 0.19 | 0.20 | 167.94 | 0.9 | 0.42 |
| Hex | B | CD | A6 | 5F | 0 | 13 | 14 | A8 | 5A | 2A |
| Octal | 13 | 315 | 246 | 137 | 0 | 23 | 24 | 250 | 132 | 52 |
| Binary | 1011 | 11001101 | 10100110 | 1011111 | 0 | 10011 | 10100 | 10101000 | 1011010 | 101010 |
Color Harmonies of #0BCDA6
Complementary color
Monochromatic Colors of #0BCDA6
Black with #0BCDA6
Text Example
Text Example
White with #0BCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDA6; }
p { color: rgb(11,205,166); }
H1.HeaderClassName
{
color: #0BCDA6;
}
.AnyTagClassName
{
color: #0BCDA6;
}
</style>
background-color css
<style>
a { background-color: #0BCDA6; }
a { background-color: rgb(11,205,166); }
div.DivClassName
{
background-color: #0BCDA6;
}
.BgClassName
{
background-color: #0BCDA6;
}
</style>
border-color css
<style>
span { border-color: #0BCDA6; }
span { border-color: rgb(11,205,166); }
td.TdClassName
{
border-color: #0BCDA6;
}
.TagClassName
{
border-color: #0BCDA6;
}
</style>