Shades of Caribbean Green #06BDA1
Tints of Caribbean Green #06BDA1
RGB
CMYK
RGB Variations
Color information
#06BDA1 (or 0x06BDA1) is known color: Caribbean Green. HEX triplet: 06, BD and A1. RGB value is (6,189,161). Sum of RGB (Red+Green+Blue) = 6+189+161=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BDA1 is #F9425E. Grayscale: #838383. Windows color (decimal): -16335455 or 10599686. OLE color: 10599686.
HSL color Cylindrical-coordinate representation of color #06BDA1: hue angle of 170.82º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDA1 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 161 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.26 |
| HSL | 170.82º | 0.94% | 0.38% | - |
| HSV(B) | 170.82º | 0.97% | 0.74% | - |
| XYZ | 24.71 | 39.01 | 39.95 | - |
| YUV | 131.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 161 | 0.97 | 0 | 0.15 | 0.26 | 170.82 | 0.94 | 0.38 |
| Hex | 6 | BD | A1 | 61 | 0 | F | 1A | AB | 5E | 26 |
| Octal | 6 | 275 | 241 | 141 | 0 | 17 | 32 | 253 | 136 | 46 |
| Binary | 110 | 10111101 | 10100001 | 1100001 | 0 | 1111 | 11010 | 10101011 | 1011110 | 100110 |
Color Harmonies of #06BDA1
Complementary color
Monochromatic Colors of #06BDA1
Black with #06BDA1
Text Example
Text Example
White with #06BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDA1; }
p { color: rgb(6,189,161); }
H1.HeaderClassName
{
color: #06BDA1;
}
.AnyTagClassName
{
color: #06BDA1;
}
</style>
background-color css
<style>
a { background-color: #06BDA1; }
a { background-color: rgb(6,189,161); }
div.DivClassName
{
background-color: #06BDA1;
}
.BgClassName
{
background-color: #06BDA1;
}
</style>
border-color css
<style>
span { border-color: #06BDA1; }
span { border-color: rgb(6,189,161); }
td.TdClassName
{
border-color: #06BDA1;
}
.TagClassName
{
border-color: #06BDA1;
}
</style>