Shades of Caribbean Green #06C29E
Tints of Caribbean Green #06C29E
RGB
CMYK
RGB Variations
Color information
#06C29E (or 0x06C29E) is known color: Caribbean Green. HEX triplet: 06, C2 and 9E. RGB value is (6,194,158). Sum of RGB (Red+Green+Blue) = 6+194+158=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #06C29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C29E is #F93D61. Grayscale: #858585. Windows color (decimal): -16334178 or 10404358. OLE color: 10404358.
HSL color Cylindrical-coordinate representation of color #06C29E: hue angle of 168.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C29E is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 158 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.24 |
| HSL | 168.51º | 0.94% | 0.39% | - |
| HSV(B) | 168.51º | 0.97% | 0.76% | - |
| XYZ | 25.54 | 41.09 | 38.93 | - |
| YUV | 133.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 158 | 0.97 | 0 | 0.19 | 0.24 | 168.51 | 0.94 | 0.39 |
| Hex | 6 | C2 | 9E | 61 | 0 | 13 | 18 | A9 | 5E | 27 |
| Octal | 6 | 302 | 236 | 141 | 0 | 23 | 30 | 251 | 136 | 47 |
| Binary | 110 | 11000010 | 10011110 | 1100001 | 0 | 10011 | 11000 | 10101001 | 1011110 | 100111 |
Color Harmonies of #06C29E
Complementary color
Monochromatic Colors of #06C29E
Black with #06C29E
Text Example
Text Example
White with #06C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C29E; }
p { color: rgb(6,194,158); }
H1.HeaderClassName
{
color: #06C29E;
}
.AnyTagClassName
{
color: #06C29E;
}
</style>
background-color css
<style>
a { background-color: #06C29E; }
a { background-color: rgb(6,194,158); }
div.DivClassName
{
background-color: #06C29E;
}
.BgClassName
{
background-color: #06C29E;
}
</style>
border-color css
<style>
span { border-color: #06C29E; }
span { border-color: rgb(6,194,158); }
td.TdClassName
{
border-color: #06C29E;
}
.TagClassName
{
border-color: #06C29E;
}
</style>