Shades of Caribbean Green #06BBA1
Tints of Caribbean Green #06BBA1
RGB
CMYK
RGB Variations
Color information
#06BBA1 (or 0x06BBA1) is known color: Caribbean Green. HEX triplet: 06, BB and A1. RGB value is (6,187,161). Sum of RGB (Red+Green+Blue) = 6+187+161=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #06BBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BBA1 is #F9445E. Grayscale: #818181. Windows color (decimal): -16335967 or 10599174. OLE color: 10599174.
HSL color Cylindrical-coordinate representation of color #06BBA1: hue angle of 171.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBA1 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 187 | 161 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.27 |
| HSL | 171.38º | 0.94% | 0.38% | - |
| HSV(B) | 171.38º | 0.97% | 0.73% | - |
| XYZ | 24.28 | 38.15 | 39.8 | - |
| YUV | 129.92 | 145.53 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 161 | 0.97 | 0 | 0.14 | 0.27 | 171.38 | 0.94 | 0.38 |
| Hex | 6 | BB | A1 | 61 | 0 | E | 1B | AB | 5E | 26 |
| Octal | 6 | 273 | 241 | 141 | 0 | 16 | 33 | 253 | 136 | 46 |
| Binary | 110 | 10111011 | 10100001 | 1100001 | 0 | 1110 | 11011 | 10101011 | 1011110 | 100110 |
Color Harmonies of #06BBA1
Complementary color
Monochromatic Colors of #06BBA1
Black with #06BBA1
Text Example
Text Example
White with #06BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBA1; }
p { color: rgb(6,187,161); }
H1.HeaderClassName
{
color: #06BBA1;
}
.AnyTagClassName
{
color: #06BBA1;
}
</style>
background-color css
<style>
a { background-color: #06BBA1; }
a { background-color: rgb(6,187,161); }
div.DivClassName
{
background-color: #06BBA1;
}
.BgClassName
{
background-color: #06BBA1;
}
</style>
border-color css
<style>
span { border-color: #06BBA1; }
span { border-color: rgb(6,187,161); }
td.TdClassName
{
border-color: #06BBA1;
}
.TagClassName
{
border-color: #06BBA1;
}
</style>