Shades of Caribbean Green #06BA93
Tints of Caribbean Green #06BA93
RGB
CMYK
RGB Variations
Color information
#06BA93 (or 0x06BA93) is known color: Caribbean Green. HEX triplet: 06, BA and 93. RGB value is (6,186,147). Sum of RGB (Red+Green+Blue) = 6+186+147=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA93 is #F9456C. Grayscale: #7F7F7F. Windows color (decimal): -16336237 or 9681414. OLE color: 9681414.
HSL color Cylindrical-coordinate representation of color #06BA93: hue angle of 167º 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 #06BA93 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 147 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.27 |
| HSL | 167º | 0.94% | 0.38% | - |
| HSV(B) | 167º | 0.97% | 0.73% | - |
| XYZ | 22.9 | 37.26 | 33.59 | - |
| YUV | 127.73 | 138.87 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 147 | 0.97 | 0 | 0.21 | 0.27 | 167 | 0.94 | 0.38 |
| Hex | 6 | BA | 93 | 61 | 0 | 15 | 1B | A7 | 5E | 26 |
| Octal | 6 | 272 | 223 | 141 | 0 | 25 | 33 | 247 | 136 | 46 |
| Binary | 110 | 10111010 | 10010011 | 1100001 | 0 | 10101 | 11011 | 10100111 | 1011110 | 100110 |
Color Harmonies of #06BA93
Complementary color
Monochromatic Colors of #06BA93
Black with #06BA93
Text Example
Text Example
White with #06BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA93; }
p { color: rgb(6,186,147); }
H1.HeaderClassName
{
color: #06BA93;
}
.AnyTagClassName
{
color: #06BA93;
}
</style>
background-color css
<style>
a { background-color: #06BA93; }
a { background-color: rgb(6,186,147); }
div.DivClassName
{
background-color: #06BA93;
}
.BgClassName
{
background-color: #06BA93;
}
</style>
border-color css
<style>
span { border-color: #06BA93; }
span { border-color: rgb(6,186,147); }
td.TdClassName
{
border-color: #06BA93;
}
.TagClassName
{
border-color: #06BA93;
}
</style>