Shades of Caribbean Green #06BA99
Tints of Caribbean Green #06BA99
RGB
CMYK
RGB Variations
Color information
#06BA99 (or 0x06BA99) is known color: Caribbean Green. HEX triplet: 06, BA and 99. RGB value is (6,186,153). Sum of RGB (Red+Green+Blue) = 6+186+153=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA99 is #F94566. Grayscale: #808080. Windows color (decimal): -16336231 or 10074630. OLE color: 10074630.
HSL color Cylindrical-coordinate representation of color #06BA99: hue angle of 169º 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 #06BA99 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 153 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.27 |
| HSL | 169º | 0.94% | 0.38% | - |
| HSV(B) | 169º | 0.97% | 0.73% | - |
| XYZ | 23.38 | 37.46 | 36.13 | - |
| YUV | 128.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 153 | 0.97 | 0 | 0.18 | 0.27 | 169 | 0.94 | 0.38 |
| Hex | 6 | BA | 99 | 61 | 0 | 12 | 1B | A9 | 5E | 26 |
| Octal | 6 | 272 | 231 | 141 | 0 | 22 | 33 | 251 | 136 | 46 |
| Binary | 110 | 10111010 | 10011001 | 1100001 | 0 | 10010 | 11011 | 10101001 | 1011110 | 100110 |
Color Harmonies of #06BA99
Complementary color
Monochromatic Colors of #06BA99
Black with #06BA99
Text Example
Text Example
White with #06BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA99; }
p { color: rgb(6,186,153); }
H1.HeaderClassName
{
color: #06BA99;
}
.AnyTagClassName
{
color: #06BA99;
}
</style>
background-color css
<style>
a { background-color: #06BA99; }
a { background-color: rgb(6,186,153); }
div.DivClassName
{
background-color: #06BA99;
}
.BgClassName
{
background-color: #06BA99;
}
</style>
border-color css
<style>
span { border-color: #06BA99; }
span { border-color: rgb(6,186,153); }
td.TdClassName
{
border-color: #06BA99;
}
.TagClassName
{
border-color: #06BA99;
}
</style>