Shades of Caribbean Green #06CBA1
Tints of Caribbean Green #06CBA1
RGB
CMYK
RGB Variations
Color information
#06CBA1 (or 0x06CBA1) is known color: Caribbean Green. HEX triplet: 06, CB and A1. RGB value is (6,203,161). Sum of RGB (Red+Green+Blue) = 6+203+161=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBA1 is #F9345E. Grayscale: #8B8B8B. Windows color (decimal): -16331871 or 10603270. OLE color: 10603270.
HSL color Cylindrical-coordinate representation of color #06CBA1: hue angle of 167.21º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBA1 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 161 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.20 |
| HSL | 167.21º | 0.94% | 0.41% | - |
| HSV(B) | 167.21º | 0.97% | 0.8% | - |
| XYZ | 27.86 | 45.32 | 41 | - |
| YUV | 139.31 | 140.23 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 161 | 0.97 | 0 | 0.21 | 0.20 | 167.21 | 0.94 | 0.41 |
| Hex | 6 | CB | A1 | 61 | 0 | 15 | 14 | A7 | 5E | 29 |
| Octal | 6 | 313 | 241 | 141 | 0 | 25 | 24 | 247 | 136 | 51 |
| Binary | 110 | 11001011 | 10100001 | 1100001 | 0 | 10101 | 10100 | 10100111 | 1011110 | 101001 |
Color Harmonies of #06CBA1
Complementary color
Monochromatic Colors of #06CBA1
Black with #06CBA1
Text Example
Text Example
White with #06CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBA1; }
p { color: rgb(6,203,161); }
H1.HeaderClassName
{
color: #06CBA1;
}
.AnyTagClassName
{
color: #06CBA1;
}
</style>
background-color css
<style>
a { background-color: #06CBA1; }
a { background-color: rgb(6,203,161); }
div.DivClassName
{
background-color: #06CBA1;
}
.BgClassName
{
background-color: #06CBA1;
}
</style>
border-color css
<style>
span { border-color: #06CBA1; }
span { border-color: rgb(6,203,161); }
td.TdClassName
{
border-color: #06CBA1;
}
.TagClassName
{
border-color: #06CBA1;
}
</style>