Shades of Caribbean Green #06E192
Tints of Caribbean Green #06E192
RGB
CMYK
RGB Variations
Color information
#06E192 (or 0x06E192) is known color: Caribbean Green. HEX triplet: 06, E1 and 92. RGB value is (6,225,146). Sum of RGB (Red+Green+Blue) = 6+225+146=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #06E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E192 is #F91E6D. Grayscale: #969696. Windows color (decimal): -16326254 or 9625862. OLE color: 9625862.
HSL color Cylindrical-coordinate representation of color #06E192: hue angle of 158.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 #06E192 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 146 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.12 |
| HSL | 158.36º | 0.95% | 0.45% | - |
| HSV(B) | 158.36º | 0.97% | 0.88% | - |
| XYZ | 32.19 | 55.96 | 36.3 | - |
| YUV | 150.51 | 125.45 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 146 | 0.97 | 0 | 0.35 | 0.12 | 158.36 | 0.95 | 0.45 |
| Hex | 6 | E1 | 92 | 61 | 0 | 23 | C | 9E | 5F | 2D |
| Octal | 6 | 341 | 222 | 141 | 0 | 43 | 14 | 236 | 137 | 55 |
| Binary | 110 | 11100001 | 10010010 | 1100001 | 0 | 100011 | 1100 | 10011110 | 1011111 | 101101 |
Color Harmonies of #06E192
Complementary color
Monochromatic Colors of #06E192
Black with #06E192
Text Example
Text Example
White with #06E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E192; }
p { color: rgb(6,225,146); }
H1.HeaderClassName
{
color: #06E192;
}
.AnyTagClassName
{
color: #06E192;
}
</style>
background-color css
<style>
a { background-color: #06E192; }
a { background-color: rgb(6,225,146); }
div.DivClassName
{
background-color: #06E192;
}
.BgClassName
{
background-color: #06E192;
}
</style>
border-color css
<style>
span { border-color: #06E192; }
span { border-color: rgb(6,225,146); }
td.TdClassName
{
border-color: #06E192;
}
.TagClassName
{
border-color: #06E192;
}
</style>