Shades of Caribbean Green #06C8AF
Tints of Caribbean Green #06C8AF
RGB
CMYK
RGB Variations
Color information
#06C8AF (or 0x06C8AF) is known color: Caribbean Green. HEX triplet: 06, C8 and AF. RGB value is (6,200,175). Sum of RGB (Red+Green+Blue) = 6+200+175=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #06C8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C8AF is #F93750. Grayscale: #8B8B8B. Windows color (decimal): -16332625 or 11520006. OLE color: 11520006.
HSL color Cylindrical-coordinate representation of color #06C8AF: hue angle of 172.27º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C8AF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 200 | 175 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.22 |
| HSL | 172.27º | 0.94% | 0.4% | - |
| HSV(B) | 172.27º | 0.97% | 0.78% | - |
| XYZ | 28.47 | 44.44 | 47.64 | - |
| YUV | 139.14 | 148.23 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 175 | 0.97 | 0 | 0.12 | 0.22 | 172.27 | 0.94 | 0.4 |
| Hex | 6 | C8 | AF | 61 | 0 | C | 16 | AC | 5E | 28 |
| Octal | 6 | 310 | 257 | 141 | 0 | 14 | 26 | 254 | 136 | 50 |
| Binary | 110 | 11001000 | 10101111 | 1100001 | 0 | 1100 | 10110 | 10101100 | 1011110 | 101000 |
Color Harmonies of #06C8AF
Complementary color
Monochromatic Colors of #06C8AF
Black with #06C8AF
Text Example
Text Example
White with #06C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C8AF; }
p { color: rgb(6,200,175); }
H1.HeaderClassName
{
color: #06C8AF;
}
.AnyTagClassName
{
color: #06C8AF;
}
</style>
background-color css
<style>
a { background-color: #06C8AF; }
a { background-color: rgb(6,200,175); }
div.DivClassName
{
background-color: #06C8AF;
}
.BgClassName
{
background-color: #06C8AF;
}
</style>
border-color css
<style>
span { border-color: #06C8AF; }
span { border-color: rgb(6,200,175); }
td.TdClassName
{
border-color: #06C8AF;
}
.TagClassName
{
border-color: #06C8AF;
}
</style>