Shades of Caribbean Green #06E098
Tints of Caribbean Green #06E098
RGB
CMYK
RGB Variations
Color information
#06E098 (or 0x06E098) is known color: Caribbean Green. HEX triplet: 06, E0 and 98. RGB value is (6,224,152). Sum of RGB (Red+Green+Blue) = 6+224+152=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #06E098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E098 is #F91F67. Grayscale: #969696. Windows color (decimal): -16326504 or 10018822. OLE color: 10018822.
HSL color Cylindrical-coordinate representation of color #06E098: hue angle of 160.18º 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 #06E098 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 224 | 152 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.12 |
| HSL | 160.18º | 0.95% | 0.45% | - |
| HSV(B) | 160.18º | 0.97% | 0.88% | - |
| XYZ | 32.4 | 55.62 | 38.73 | - |
| YUV | 150.61 | 128.78 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 224 | 152 | 0.97 | 0 | 0.32 | 0.12 | 160.18 | 0.95 | 0.45 |
| Hex | 6 | E0 | 98 | 61 | 0 | 20 | C | A0 | 5F | 2D |
| Octal | 6 | 340 | 230 | 141 | 0 | 40 | 14 | 240 | 137 | 55 |
| Binary | 110 | 11100000 | 10011000 | 1100001 | 0 | 100000 | 1100 | 10100000 | 1011111 | 101101 |
Color Harmonies of #06E098
Complementary color
Monochromatic Colors of #06E098
Black with #06E098
Text Example
Text Example
White with #06E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E098; }
p { color: rgb(6,224,152); }
H1.HeaderClassName
{
color: #06E098;
}
.AnyTagClassName
{
color: #06E098;
}
</style>
background-color css
<style>
a { background-color: #06E098; }
a { background-color: rgb(6,224,152); }
div.DivClassName
{
background-color: #06E098;
}
.BgClassName
{
background-color: #06E098;
}
</style>
border-color css
<style>
span { border-color: #06E098; }
span { border-color: rgb(6,224,152); }
td.TdClassName
{
border-color: #06E098;
}
.TagClassName
{
border-color: #06E098;
}
</style>