Shades of Caribbean Green #06E095
Tints of Caribbean Green #06E095
RGB
CMYK
RGB Variations
Color information
#06E095 (or 0x06E095) is known color: Caribbean Green. HEX triplet: 06, E0 and 95. RGB value is (6,224,149). Sum of RGB (Red+Green+Blue) = 6+224+149=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #06E095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E095 is #F91F6A. Grayscale: #969696. Windows color (decimal): -16326507 or 9822214. OLE color: 9822214.
HSL color Cylindrical-coordinate representation of color #06E095: hue angle of 159.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E095 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 224 | 149 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.12 |
| HSL | 159.36º | 0.95% | 0.45% | - |
| HSV(B) | 159.36º | 0.97% | 0.88% | - |
| XYZ | 32.16 | 55.52 | 37.46 | - |
| YUV | 150.27 | 127.28 | 25.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 224 | 149 | 0.97 | 0 | 0.33 | 0.12 | 159.36 | 0.95 | 0.45 |
| Hex | 6 | E0 | 95 | 61 | 0 | 21 | C | 9F | 5F | 2D |
| Octal | 6 | 340 | 225 | 141 | 0 | 41 | 14 | 237 | 137 | 55 |
| Binary | 110 | 11100000 | 10010101 | 1100001 | 0 | 100001 | 1100 | 10011111 | 1011111 | 101101 |
Color Harmonies of #06E095
Complementary color
Monochromatic Colors of #06E095
Black with #06E095
Text Example
Text Example
White with #06E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E095; }
p { color: rgb(6,224,149); }
H1.HeaderClassName
{
color: #06E095;
}
.AnyTagClassName
{
color: #06E095;
}
</style>
background-color css
<style>
a { background-color: #06E095; }
a { background-color: rgb(6,224,149); }
div.DivClassName
{
background-color: #06E095;
}
.BgClassName
{
background-color: #06E095;
}
</style>
border-color css
<style>
span { border-color: #06E095; }
span { border-color: rgb(6,224,149); }
td.TdClassName
{
border-color: #06E095;
}
.TagClassName
{
border-color: #06E095;
}
</style>