Shades of Caribbean Green #06D5A0
Tints of Caribbean Green #06D5A0
RGB
CMYK
RGB Variations
Color information
#06D5A0 (or 0x06D5A0) is known color: Caribbean Green. HEX triplet: 06, D5 and A0. RGB value is (6,213,160). Sum of RGB (Red+Green+Blue) = 6+213+160=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #06D5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D5A0 is #F92A5F. Grayscale: #919191. Windows color (decimal): -16329312 or 10540294. OLE color: 10540294.
HSL color Cylindrical-coordinate representation of color #06D5A0: hue angle of 164.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D5A0 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 213 | 160 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.16 |
| HSL | 164.64º | 0.95% | 0.43% | - |
| HSV(B) | 164.64º | 0.97% | 0.84% | - |
| XYZ | 30.21 | 50.17 | 41.35 | - |
| YUV | 145.07 | 136.42 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 213 | 160 | 0.97 | 0 | 0.25 | 0.16 | 164.64 | 0.95 | 0.43 |
| Hex | 6 | D5 | A0 | 61 | 0 | 19 | 10 | A5 | 5F | 2B |
| Octal | 6 | 325 | 240 | 141 | 0 | 31 | 20 | 245 | 137 | 53 |
| Binary | 110 | 11010101 | 10100000 | 1100001 | 0 | 11001 | 10000 | 10100101 | 1011111 | 101011 |
Color Harmonies of #06D5A0
Complementary color
Monochromatic Colors of #06D5A0
Black with #06D5A0
Text Example
Text Example
White with #06D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D5A0; }
p { color: rgb(6,213,160); }
H1.HeaderClassName
{
color: #06D5A0;
}
.AnyTagClassName
{
color: #06D5A0;
}
</style>
background-color css
<style>
a { background-color: #06D5A0; }
a { background-color: rgb(6,213,160); }
div.DivClassName
{
background-color: #06D5A0;
}
.BgClassName
{
background-color: #06D5A0;
}
</style>
border-color css
<style>
span { border-color: #06D5A0; }
span { border-color: rgb(6,213,160); }
td.TdClassName
{
border-color: #06D5A0;
}
.TagClassName
{
border-color: #06D5A0;
}
</style>