Shades of Caribbean Green #06C2AD
Tints of Caribbean Green #06C2AD
RGB
CMYK
RGB Variations
Color information
#06C2AD (or 0x06C2AD) is known color: Caribbean Green. HEX triplet: 06, C2 and AD. RGB value is (6,194,173). Sum of RGB (Red+Green+Blue) = 6+194+173=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #06C2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C2AD is #F93D52. Grayscale: #878787. Windows color (decimal): -16334163 or 11387398. OLE color: 11387398.
HSL color Cylindrical-coordinate representation of color #06C2AD: hue angle of 173.3º 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 #06C2AD is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 173 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.24 |
| HSL | 173.3º | 0.94% | 0.39% | - |
| HSV(B) | 173.3º | 0.97% | 0.76% | - |
| XYZ | 26.91 | 41.64 | 46.15 | - |
| YUV | 135.39 | 149.22 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 173 | 0.97 | 0 | 0.11 | 0.24 | 173.3 | 0.94 | 0.39 |
| Hex | 6 | C2 | AD | 61 | 0 | B | 18 | AD | 5E | 27 |
| Octal | 6 | 302 | 255 | 141 | 0 | 13 | 30 | 255 | 136 | 47 |
| Binary | 110 | 11000010 | 10101101 | 1100001 | 0 | 1011 | 11000 | 10101101 | 1011110 | 100111 |
Color Harmonies of #06C2AD
Complementary color
Monochromatic Colors of #06C2AD
Black with #06C2AD
Text Example
Text Example
White with #06C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C2AD; }
p { color: rgb(6,194,173); }
H1.HeaderClassName
{
color: #06C2AD;
}
.AnyTagClassName
{
color: #06C2AD;
}
</style>
background-color css
<style>
a { background-color: #06C2AD; }
a { background-color: rgb(6,194,173); }
div.DivClassName
{
background-color: #06C2AD;
}
.BgClassName
{
background-color: #06C2AD;
}
</style>
border-color css
<style>
span { border-color: #06C2AD; }
span { border-color: rgb(6,194,173); }
td.TdClassName
{
border-color: #06C2AD;
}
.TagClassName
{
border-color: #06C2AD;
}
</style>