Shades of Caribbean Green #06C28C
Tints of Caribbean Green #06C28C
RGB
CMYK
RGB Variations
Color information
#06C28C (or 0x06C28C) is known color: Caribbean Green. HEX triplet: 06, C2 and 8C. RGB value is (6,194,140). Sum of RGB (Red+Green+Blue) = 6+194+140=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #06C28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C28C is #F93D73. Grayscale: #838383. Windows color (decimal): -16334196 or 9224710. OLE color: 9224710.
HSL color Cylindrical-coordinate representation of color #06C28C: hue angle of 162.77º 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 #06C28C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 140 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.24 |
| HSL | 162.77º | 0.94% | 0.39% | - |
| HSV(B) | 162.77º | 0.97% | 0.76% | - |
| XYZ | 24.1 | 40.52 | 31.36 | - |
| YUV | 131.63 | 132.72 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 140 | 0.97 | 0 | 0.28 | 0.24 | 162.77 | 0.94 | 0.39 |
| Hex | 6 | C2 | 8C | 61 | 0 | 1C | 18 | A3 | 5E | 27 |
| Octal | 6 | 302 | 214 | 141 | 0 | 34 | 30 | 243 | 136 | 47 |
| Binary | 110 | 11000010 | 10001100 | 1100001 | 0 | 11100 | 11000 | 10100011 | 1011110 | 100111 |
Color Harmonies of #06C28C
Complementary color
Monochromatic Colors of #06C28C
Black with #06C28C
Text Example
Text Example
White with #06C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C28C; }
p { color: rgb(6,194,140); }
H1.HeaderClassName
{
color: #06C28C;
}
.AnyTagClassName
{
color: #06C28C;
}
</style>
background-color css
<style>
a { background-color: #06C28C; }
a { background-color: rgb(6,194,140); }
div.DivClassName
{
background-color: #06C28C;
}
.BgClassName
{
background-color: #06C28C;
}
</style>
border-color css
<style>
span { border-color: #06C28C; }
span { border-color: rgb(6,194,140); }
td.TdClassName
{
border-color: #06C28C;
}
.TagClassName
{
border-color: #06C28C;
}
</style>