Shades of Caribbean Green #0BCDA2
Tints of Caribbean Green #0BCDA2
RGB
CMYK
RGB Variations
Color information
#0BCDA2 (or 0x0BCDA2) is known color: Caribbean Green. HEX triplet: 0B, CD and A2. RGB value is (11,205,162). Sum of RGB (Red+Green+Blue) = 11+205+162=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDA2 is #F4325D. Grayscale: #8E8E8E. Windows color (decimal): -16003678 or 10669323. OLE color: 10669323.
HSL color Cylindrical-coordinate representation of color #0BCDA2: hue angle of 166.7º 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 #0BCDA2 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 162 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.20 |
| HSL | 166.7º | 0.9% | 0.42% | - |
| HSV(B) | 166.7º | 0.95% | 0.8% | - |
| XYZ | 28.49 | 46.34 | 41.63 | - |
| YUV | 142.09 | 139.23 | 34.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 162 | 0.95 | 0 | 0.21 | 0.20 | 166.7 | 0.9 | 0.42 |
| Hex | B | CD | A2 | 5F | 0 | 15 | 14 | A7 | 5A | 2A |
| Octal | 13 | 315 | 242 | 137 | 0 | 25 | 24 | 247 | 132 | 52 |
| Binary | 1011 | 11001101 | 10100010 | 1011111 | 0 | 10101 | 10100 | 10100111 | 1011010 | 101010 |
Color Harmonies of #0BCDA2
Complementary color
Monochromatic Colors of #0BCDA2
Black with #0BCDA2
Text Example
Text Example
White with #0BCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDA2; }
p { color: rgb(11,205,162); }
H1.HeaderClassName
{
color: #0BCDA2;
}
.AnyTagClassName
{
color: #0BCDA2;
}
</style>
background-color css
<style>
a { background-color: #0BCDA2; }
a { background-color: rgb(11,205,162); }
div.DivClassName
{
background-color: #0BCDA2;
}
.BgClassName
{
background-color: #0BCDA2;
}
</style>
border-color css
<style>
span { border-color: #0BCDA2; }
span { border-color: rgb(11,205,162); }
td.TdClassName
{
border-color: #0BCDA2;
}
.TagClassName
{
border-color: #0BCDA2;
}
</style>