Shades of Caribbean Green #06C28A
Tints of Caribbean Green #06C28A
RGB
CMYK
RGB Variations
Color information
#06C28A (or 0x06C28A) is known color: Caribbean Green. HEX triplet: 06, C2 and 8A. RGB value is (6,194,138). Sum of RGB (Red+Green+Blue) = 6+194+138=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #06C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C28A is #F93D75. Grayscale: #838383. Windows color (decimal): -16334198 or 9093638. OLE color: 9093638.
HSL color Cylindrical-coordinate representation of color #06C28A: hue angle of 162.13º 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 #06C28A is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 138 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.24 |
| HSL | 162.13º | 0.94% | 0.39% | - |
| HSV(B) | 162.13º | 0.97% | 0.76% | - |
| XYZ | 23.95 | 40.46 | 30.59 | - |
| YUV | 131.4 | 131.72 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 138 | 0.97 | 0 | 0.29 | 0.24 | 162.13 | 0.94 | 0.39 |
| Hex | 6 | C2 | 8A | 61 | 0 | 1D | 18 | A2 | 5E | 27 |
| Octal | 6 | 302 | 212 | 141 | 0 | 35 | 30 | 242 | 136 | 47 |
| Binary | 110 | 11000010 | 10001010 | 1100001 | 0 | 11101 | 11000 | 10100010 | 1011110 | 100111 |
Color Harmonies of #06C28A
Complementary color
Monochromatic Colors of #06C28A
Black with #06C28A
Text Example
Text Example
White with #06C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C28A; }
p { color: rgb(6,194,138); }
H1.HeaderClassName
{
color: #06C28A;
}
.AnyTagClassName
{
color: #06C28A;
}
</style>
background-color css
<style>
a { background-color: #06C28A; }
a { background-color: rgb(6,194,138); }
div.DivClassName
{
background-color: #06C28A;
}
.BgClassName
{
background-color: #06C28A;
}
</style>
border-color css
<style>
span { border-color: #06C28A; }
span { border-color: rgb(6,194,138); }
td.TdClassName
{
border-color: #06C28A;
}
.TagClassName
{
border-color: #06C28A;
}
</style>