Shades of Caribbean Green #06BDA6
Tints of Caribbean Green #06BDA6
RGB
CMYK
RGB Variations
Color information
#06BDA6 (or 0x06BDA6) is known color: Caribbean Green. HEX triplet: 06, BD and A6. RGB value is (6,189,166). Sum of RGB (Red+Green+Blue) = 6+189+166=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BDA6 is #F94259. Grayscale: #838383. Windows color (decimal): -16335450 or 10927366. OLE color: 10927366.
HSL color Cylindrical-coordinate representation of color #06BDA6: hue angle of 172.46º 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 #06BDA6 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 166 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.26 |
| HSL | 172.46º | 0.94% | 0.38% | - |
| HSV(B) | 172.46º | 0.97% | 0.74% | - |
| XYZ | 25.16 | 39.19 | 42.31 | - |
| YUV | 131.66 | 147.37 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 166 | 0.97 | 0 | 0.12 | 0.26 | 172.46 | 0.94 | 0.38 |
| Hex | 6 | BD | A6 | 61 | 0 | C | 1A | AC | 5E | 26 |
| Octal | 6 | 275 | 246 | 141 | 0 | 14 | 32 | 254 | 136 | 46 |
| Binary | 110 | 10111101 | 10100110 | 1100001 | 0 | 1100 | 11010 | 10101100 | 1011110 | 100110 |
Color Harmonies of #06BDA6
Complementary color
Monochromatic Colors of #06BDA6
Black with #06BDA6
Text Example
Text Example
White with #06BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDA6; }
p { color: rgb(6,189,166); }
H1.HeaderClassName
{
color: #06BDA6;
}
.AnyTagClassName
{
color: #06BDA6;
}
</style>
background-color css
<style>
a { background-color: #06BDA6; }
a { background-color: rgb(6,189,166); }
div.DivClassName
{
background-color: #06BDA6;
}
.BgClassName
{
background-color: #06BDA6;
}
</style>
border-color css
<style>
span { border-color: #06BDA6; }
span { border-color: rgb(6,189,166); }
td.TdClassName
{
border-color: #06BDA6;
}
.TagClassName
{
border-color: #06BDA6;
}
</style>