Shades of Caribbean Green #06E094
Tints of Caribbean Green #06E094
RGB
CMYK
RGB Variations
Color information
#06E094 (or 0x06E094) is known color: Caribbean Green. HEX triplet: 06, E0 and 94. RGB value is (6,224,148). Sum of RGB (Red+Green+Blue) = 6+224+148=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #06E094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E094 is #F91F6B. Grayscale: #969696. Windows color (decimal): -16326508 or 9756678. OLE color: 9756678.
HSL color Cylindrical-coordinate representation of color #06E094: hue angle of 159.08º 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 #06E094 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 224 | 148 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.12 |
| HSL | 159.08º | 0.95% | 0.45% | - |
| HSV(B) | 159.08º | 0.97% | 0.88% | - |
| XYZ | 32.08 | 55.49 | 37.04 | - |
| YUV | 150.15 | 126.78 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 224 | 148 | 0.97 | 0 | 0.34 | 0.12 | 159.08 | 0.95 | 0.45 |
| Hex | 6 | E0 | 94 | 61 | 0 | 22 | C | 9F | 5F | 2D |
| Octal | 6 | 340 | 224 | 141 | 0 | 42 | 14 | 237 | 137 | 55 |
| Binary | 110 | 11100000 | 10010100 | 1100001 | 0 | 100010 | 1100 | 10011111 | 1011111 | 101101 |
Color Harmonies of #06E094
Complementary color
Monochromatic Colors of #06E094
Black with #06E094
Text Example
Text Example
White with #06E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E094; }
p { color: rgb(6,224,148); }
H1.HeaderClassName
{
color: #06E094;
}
.AnyTagClassName
{
color: #06E094;
}
</style>
background-color css
<style>
a { background-color: #06E094; }
a { background-color: rgb(6,224,148); }
div.DivClassName
{
background-color: #06E094;
}
.BgClassName
{
background-color: #06E094;
}
</style>
border-color css
<style>
span { border-color: #06E094; }
span { border-color: rgb(6,224,148); }
td.TdClassName
{
border-color: #06E094;
}
.TagClassName
{
border-color: #06E094;
}
</style>