Shades of Caribbean Green #06CAB2
Tints of Caribbean Green #06CAB2
RGB
CMYK
RGB Variations
Color information
#06CAB2 (or 0x06CAB2) is known color: Caribbean Green. HEX triplet: 06, CA and B2. RGB value is (6,202,178). Sum of RGB (Red+Green+Blue) = 6+202+178=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #06CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CAB2 is #F9354D. Grayscale: #8C8C8C. Windows color (decimal): -16332110 or 11717126. OLE color: 11717126.
HSL color Cylindrical-coordinate representation of color #06CAB2: hue angle of 172.65º 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 #06CAB2 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 178 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.21 |
| HSL | 172.65º | 0.94% | 0.41% | - |
| HSV(B) | 172.65º | 0.97% | 0.79% | - |
| XYZ | 29.23 | 45.49 | 49.36 | - |
| YUV | 140.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 178 | 0.97 | 0 | 0.12 | 0.21 | 172.65 | 0.94 | 0.41 |
| Hex | 6 | CA | B2 | 61 | 0 | C | 15 | AD | 5E | 29 |
| Octal | 6 | 312 | 262 | 141 | 0 | 14 | 25 | 255 | 136 | 51 |
| Binary | 110 | 11001010 | 10110010 | 1100001 | 0 | 1100 | 10101 | 10101101 | 1011110 | 101001 |
Color Harmonies of #06CAB2
Complementary color
Monochromatic Colors of #06CAB2
Black with #06CAB2
Text Example
Text Example
White with #06CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CAB2; }
p { color: rgb(6,202,178); }
H1.HeaderClassName
{
color: #06CAB2;
}
.AnyTagClassName
{
color: #06CAB2;
}
</style>
background-color css
<style>
a { background-color: #06CAB2; }
a { background-color: rgb(6,202,178); }
div.DivClassName
{
background-color: #06CAB2;
}
.BgClassName
{
background-color: #06CAB2;
}
</style>
border-color css
<style>
span { border-color: #06CAB2; }
span { border-color: rgb(6,202,178); }
td.TdClassName
{
border-color: #06CAB2;
}
.TagClassName
{
border-color: #06CAB2;
}
</style>