Shades of Caribbean Green #06BAA1
Tints of Caribbean Green #06BAA1
RGB
CMYK
RGB Variations
Color information
#06BAA1 (or 0x06BAA1) is known color: Caribbean Green. HEX triplet: 06, BA and A1. RGB value is (6,186,161). Sum of RGB (Red+Green+Blue) = 6+186+161=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #06BAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BAA1 is #F9455E. Grayscale: #818181. Windows color (decimal): -16336223 or 10598918. OLE color: 10598918.
HSL color Cylindrical-coordinate representation of color #06BAA1: hue angle of 171.67º 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 #06BAA1 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 161 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.27 |
| HSL | 171.67º | 0.94% | 0.38% | - |
| HSV(B) | 171.67º | 0.97% | 0.73% | - |
| XYZ | 24.07 | 37.73 | 39.73 | - |
| YUV | 129.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 161 | 0.97 | 0 | 0.13 | 0.27 | 171.67 | 0.94 | 0.38 |
| Hex | 6 | BA | A1 | 61 | 0 | D | 1B | AC | 5E | 26 |
| Octal | 6 | 272 | 241 | 141 | 0 | 15 | 33 | 254 | 136 | 46 |
| Binary | 110 | 10111010 | 10100001 | 1100001 | 0 | 1101 | 11011 | 10101100 | 1011110 | 100110 |
Color Harmonies of #06BAA1
Complementary color
Monochromatic Colors of #06BAA1
Black with #06BAA1
Text Example
Text Example
White with #06BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BAA1; }
p { color: rgb(6,186,161); }
H1.HeaderClassName
{
color: #06BAA1;
}
.AnyTagClassName
{
color: #06BAA1;
}
</style>
background-color css
<style>
a { background-color: #06BAA1; }
a { background-color: rgb(6,186,161); }
div.DivClassName
{
background-color: #06BAA1;
}
.BgClassName
{
background-color: #06BAA1;
}
</style>
border-color css
<style>
span { border-color: #06BAA1; }
span { border-color: rgb(6,186,161); }
td.TdClassName
{
border-color: #06BAA1;
}
.TagClassName
{
border-color: #06BAA1;
}
</style>