Shades of Caribbean Green #06CDA7
Tints of Caribbean Green #06CDA7
RGB
CMYK
RGB Variations
Color information
#06CDA7 (or 0x06CDA7) is known color: Caribbean Green. HEX triplet: 06, CD and A7. RGB value is (6,205,167). Sum of RGB (Red+Green+Blue) = 6+205+167=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #06CDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CDA7 is #F93258. Grayscale: #8D8D8D. Windows color (decimal): -16331353 or 10996998. OLE color: 10996998.
HSL color Cylindrical-coordinate representation of color #06CDA7: hue angle of 168.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CDA7 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 205 | 167 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.20 |
| HSL | 168.54º | 0.94% | 0.41% | - |
| HSV(B) | 168.54º | 0.97% | 0.8% | - |
| XYZ | 28.88 | 46.49 | 44.01 | - |
| YUV | 141.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 205 | 167 | 0.97 | 0 | 0.19 | 0.20 | 168.54 | 0.94 | 0.41 |
| Hex | 6 | CD | A7 | 61 | 0 | 13 | 14 | A9 | 5E | 29 |
| Octal | 6 | 315 | 247 | 141 | 0 | 23 | 24 | 251 | 136 | 51 |
| Binary | 110 | 11001101 | 10100111 | 1100001 | 0 | 10011 | 10100 | 10101001 | 1011110 | 101001 |
Color Harmonies of #06CDA7
Complementary color
Monochromatic Colors of #06CDA7
Black with #06CDA7
Text Example
Text Example
White with #06CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CDA7; }
p { color: rgb(6,205,167); }
H1.HeaderClassName
{
color: #06CDA7;
}
.AnyTagClassName
{
color: #06CDA7;
}
</style>
background-color css
<style>
a { background-color: #06CDA7; }
a { background-color: rgb(6,205,167); }
div.DivClassName
{
background-color: #06CDA7;
}
.BgClassName
{
background-color: #06CDA7;
}
</style>
border-color css
<style>
span { border-color: #06CDA7; }
span { border-color: rgb(6,205,167); }
td.TdClassName
{
border-color: #06CDA7;
}
.TagClassName
{
border-color: #06CDA7;
}
</style>