Shades of Caribbean Green #0BCAB2
Tints of Caribbean Green #0BCAB2
RGB
CMYK
RGB Variations
Color information
#0BCAB2 (or 0x0BCAB2) is known color: Caribbean Green. HEX triplet: 0B, CA and B2. RGB value is (11,202,178). Sum of RGB (Red+Green+Blue) = 11+202+178=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCAB2 is #F4354D. Grayscale: #8E8E8E. Windows color (decimal): -16004430 or 11717131. OLE color: 11717131.
HSL color Cylindrical-coordinate representation of color #0BCAB2: hue angle of 172.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAB2 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 178 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.21 |
| HSL | 172.46º | 0.9% | 0.42% | - |
| HSV(B) | 172.46º | 0.95% | 0.79% | - |
| XYZ | 29.29 | 45.53 | 49.36 | - |
| YUV | 142.16 | 148.22 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 178 | 0.95 | 0 | 0.12 | 0.21 | 172.46 | 0.9 | 0.42 |
| Hex | B | CA | B2 | 5F | 0 | C | 15 | AC | 5A | 2A |
| Octal | 13 | 312 | 262 | 137 | 0 | 14 | 25 | 254 | 132 | 52 |
| Binary | 1011 | 11001010 | 10110010 | 1011111 | 0 | 1100 | 10101 | 10101100 | 1011010 | 101010 |
Color Harmonies of #0BCAB2
Complementary color
Monochromatic Colors of #0BCAB2
Black with #0BCAB2
Text Example
Text Example
White with #0BCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAB2; }
p { color: rgb(11,202,178); }
H1.HeaderClassName
{
color: #0BCAB2;
}
.AnyTagClassName
{
color: #0BCAB2;
}
</style>
background-color css
<style>
a { background-color: #0BCAB2; }
a { background-color: rgb(11,202,178); }
div.DivClassName
{
background-color: #0BCAB2;
}
.BgClassName
{
background-color: #0BCAB2;
}
</style>
border-color css
<style>
span { border-color: #0BCAB2; }
span { border-color: rgb(11,202,178); }
td.TdClassName
{
border-color: #0BCAB2;
}
.TagClassName
{
border-color: #0BCAB2;
}
</style>