Shades of Caribbean Green #0BCAAC
Tints of Caribbean Green #0BCAAC
RGB
CMYK
RGB Variations
Color information
#0BCAAC (or 0x0BCAAC) is known color: Caribbean Green. HEX triplet: 0B, CA and AC. RGB value is (11,202,172). Sum of RGB (Red+Green+Blue) = 11+202+172=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCAAC is #F43553. Grayscale: #8D8D8D. Windows color (decimal): -16004436 or 11323915. OLE color: 11323915.
HSL color Cylindrical-coordinate representation of color #0BCAAC: hue angle of 170.58º 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 #0BCAAC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 172 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.21 |
| HSL | 170.58º | 0.9% | 0.42% | - |
| HSV(B) | 170.58º | 0.95% | 0.79% | - |
| XYZ | 28.7 | 45.29 | 46.26 | - |
| YUV | 141.47 | 145.22 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 172 | 0.95 | 0 | 0.15 | 0.21 | 170.58 | 0.9 | 0.42 |
| Hex | B | CA | AC | 5F | 0 | F | 15 | AB | 5A | 2A |
| Octal | 13 | 312 | 254 | 137 | 0 | 17 | 25 | 253 | 132 | 52 |
| Binary | 1011 | 11001010 | 10101100 | 1011111 | 0 | 1111 | 10101 | 10101011 | 1011010 | 101010 |
Color Harmonies of #0BCAAC
Complementary color
Monochromatic Colors of #0BCAAC
Black with #0BCAAC
Text Example
Text Example
White with #0BCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAAC; }
p { color: rgb(11,202,172); }
H1.HeaderClassName
{
color: #0BCAAC;
}
.AnyTagClassName
{
color: #0BCAAC;
}
</style>
background-color css
<style>
a { background-color: #0BCAAC; }
a { background-color: rgb(11,202,172); }
div.DivClassName
{
background-color: #0BCAAC;
}
.BgClassName
{
background-color: #0BCAAC;
}
</style>
border-color css
<style>
span { border-color: #0BCAAC; }
span { border-color: rgb(11,202,172); }
td.TdClassName
{
border-color: #0BCAAC;
}
.TagClassName
{
border-color: #0BCAAC;
}
</style>