Shades of Caribbean Green #06BE8C
Tints of Caribbean Green #06BE8C
RGB
CMYK
RGB Variations
Color information
#06BE8C (or 0x06BE8C) is known color: Caribbean Green. HEX triplet: 06, BE and 8C. RGB value is (6,190,140). Sum of RGB (Red+Green+Blue) = 6+190+140=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BE8C is #F94173. Grayscale: #818181. Windows color (decimal): -16335220 or 9223686. OLE color: 9223686.
HSL color Cylindrical-coordinate representation of color #06BE8C: hue angle of 163.7º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BE8C is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 190 | 140 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.25 |
| HSL | 163.7º | 0.94% | 0.38% | - |
| HSV(B) | 163.7º | 0.97% | 0.75% | - |
| XYZ | 23.22 | 38.76 | 31.07 | - |
| YUV | 129.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 190 | 140 | 0.97 | 0 | 0.26 | 0.25 | 163.7 | 0.94 | 0.38 |
| Hex | 6 | BE | 8C | 61 | 0 | 1A | 19 | A4 | 5E | 26 |
| Octal | 6 | 276 | 214 | 141 | 0 | 32 | 31 | 244 | 136 | 46 |
| Binary | 110 | 10111110 | 10001100 | 1100001 | 0 | 11010 | 11001 | 10100100 | 1011110 | 100110 |
Color Harmonies of #06BE8C
Complementary color
Monochromatic Colors of #06BE8C
Black with #06BE8C
Text Example
Text Example
White with #06BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BE8C; }
p { color: rgb(6,190,140); }
H1.HeaderClassName
{
color: #06BE8C;
}
.AnyTagClassName
{
color: #06BE8C;
}
</style>
background-color css
<style>
a { background-color: #06BE8C; }
a { background-color: rgb(6,190,140); }
div.DivClassName
{
background-color: #06BE8C;
}
.BgClassName
{
background-color: #06BE8C;
}
</style>
border-color css
<style>
span { border-color: #06BE8C; }
span { border-color: rgb(6,190,140); }
td.TdClassName
{
border-color: #06BE8C;
}
.TagClassName
{
border-color: #06BE8C;
}
</style>