Shades of Caribbean Green #06C1A8
Tints of Caribbean Green #06C1A8
RGB
CMYK
RGB Variations
Color information
#06C1A8 (or 0x06C1A8) is known color: Caribbean Green. HEX triplet: 06, C1 and A8. RGB value is (6,193,168). Sum of RGB (Red+Green+Blue) = 6+193+168=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #06C1A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C1A8 is #F93E57. Grayscale: #868686. Windows color (decimal): -16334424 or 11059462. OLE color: 11059462.
HSL color Cylindrical-coordinate representation of color #06C1A8: hue angle of 171.98º 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 #06C1A8 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 168 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.24 |
| HSL | 171.98º | 0.94% | 0.39% | - |
| HSV(B) | 171.98º | 0.97% | 0.76% | - |
| XYZ | 26.21 | 41.01 | 43.58 | - |
| YUV | 134.24 | 147.05 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 168 | 0.97 | 0 | 0.13 | 0.24 | 171.98 | 0.94 | 0.39 |
| Hex | 6 | C1 | A8 | 61 | 0 | D | 18 | AC | 5E | 27 |
| Octal | 6 | 301 | 250 | 141 | 0 | 15 | 30 | 254 | 136 | 47 |
| Binary | 110 | 11000001 | 10101000 | 1100001 | 0 | 1101 | 11000 | 10101100 | 1011110 | 100111 |
Color Harmonies of #06C1A8
Complementary color
Monochromatic Colors of #06C1A8
Black with #06C1A8
Text Example
Text Example
White with #06C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C1A8; }
p { color: rgb(6,193,168); }
H1.HeaderClassName
{
color: #06C1A8;
}
.AnyTagClassName
{
color: #06C1A8;
}
</style>
background-color css
<style>
a { background-color: #06C1A8; }
a { background-color: rgb(6,193,168); }
div.DivClassName
{
background-color: #06C1A8;
}
.BgClassName
{
background-color: #06C1A8;
}
</style>
border-color css
<style>
span { border-color: #06C1A8; }
span { border-color: rgb(6,193,168); }
td.TdClassName
{
border-color: #06C1A8;
}
.TagClassName
{
border-color: #06C1A8;
}
</style>