Shades of Caribbean Green #06CAA3
Tints of Caribbean Green #06CAA3
RGB
CMYK
RGB Variations
Color information
#06CAA3 (or 0x06CAA3) is known color: Caribbean Green. HEX triplet: 06, CA and A3. RGB value is (6,202,163). Sum of RGB (Red+Green+Blue) = 6+202+163=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CAA3 is #F9355C. Grayscale: #8A8A8A. Windows color (decimal): -16332125 or 10734086. OLE color: 10734086.
HSL color Cylindrical-coordinate representation of color #06CAA3: hue angle of 168.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CAA3 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 163 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.21 |
| HSL | 168.06º | 0.94% | 0.41% | - |
| HSV(B) | 168.06º | 0.97% | 0.79% | - |
| XYZ | 27.81 | 44.92 | 41.86 | - |
| YUV | 138.95 | 141.57 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 163 | 0.97 | 0 | 0.19 | 0.21 | 168.06 | 0.94 | 0.41 |
| Hex | 6 | CA | A3 | 61 | 0 | 13 | 15 | A8 | 5E | 29 |
| Octal | 6 | 312 | 243 | 141 | 0 | 23 | 25 | 250 | 136 | 51 |
| Binary | 110 | 11001010 | 10100011 | 1100001 | 0 | 10011 | 10101 | 10101000 | 1011110 | 101001 |
Color Harmonies of #06CAA3
Complementary color
Monochromatic Colors of #06CAA3
Black with #06CAA3
Text Example
Text Example
White with #06CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CAA3; }
p { color: rgb(6,202,163); }
H1.HeaderClassName
{
color: #06CAA3;
}
.AnyTagClassName
{
color: #06CAA3;
}
</style>
background-color css
<style>
a { background-color: #06CAA3; }
a { background-color: rgb(6,202,163); }
div.DivClassName
{
background-color: #06CAA3;
}
.BgClassName
{
background-color: #06CAA3;
}
</style>
border-color css
<style>
span { border-color: #06CAA3; }
span { border-color: rgb(6,202,163); }
td.TdClassName
{
border-color: #06CAA3;
}
.TagClassName
{
border-color: #06CAA3;
}
</style>