Shades of Caribbean Green #06C1AD
Tints of Caribbean Green #06C1AD
RGB
CMYK
RGB Variations
Color information
#06C1AD (or 0x06C1AD) is known color: Caribbean Green. HEX triplet: 06, C1 and AD. RGB value is (6,193,173). Sum of RGB (Red+Green+Blue) = 6+193+173=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #06C1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C1AD is #F93E52. Grayscale: #868686. Windows color (decimal): -16334419 or 11387142. OLE color: 11387142.
HSL color Cylindrical-coordinate representation of color #06C1AD: hue angle of 173.58º 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 #06C1AD is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 173 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.24 |
| HSL | 173.58º | 0.94% | 0.39% | - |
| HSV(B) | 173.58º | 0.97% | 0.76% | - |
| XYZ | 26.69 | 41.2 | 46.08 | - |
| YUV | 134.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 173 | 0.97 | 0 | 0.10 | 0.24 | 173.58 | 0.94 | 0.39 |
| Hex | 6 | C1 | AD | 61 | 0 | A | 18 | AE | 5E | 27 |
| Octal | 6 | 301 | 255 | 141 | 0 | 12 | 30 | 256 | 136 | 47 |
| Binary | 110 | 11000001 | 10101101 | 1100001 | 0 | 1010 | 11000 | 10101110 | 1011110 | 100111 |
Color Harmonies of #06C1AD
Complementary color
Monochromatic Colors of #06C1AD
Black with #06C1AD
Text Example
Text Example
White with #06C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C1AD; }
p { color: rgb(6,193,173); }
H1.HeaderClassName
{
color: #06C1AD;
}
.AnyTagClassName
{
color: #06C1AD;
}
</style>
background-color css
<style>
a { background-color: #06C1AD; }
a { background-color: rgb(6,193,173); }
div.DivClassName
{
background-color: #06C1AD;
}
.BgClassName
{
background-color: #06C1AD;
}
</style>
border-color css
<style>
span { border-color: #06C1AD; }
span { border-color: rgb(6,193,173); }
td.TdClassName
{
border-color: #06C1AD;
}
.TagClassName
{
border-color: #06C1AD;
}
</style>