Shades of Caribbean Green #06D09C
Tints of Caribbean Green #06D09C
RGB
CMYK
RGB Variations
Color information
#06D09C (or 0x06D09C) is known color: Caribbean Green. HEX triplet: 06, D0 and 9C. RGB value is (6,208,156). Sum of RGB (Red+Green+Blue) = 6+208+156=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #06D09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06D09C is #F92F63. Grayscale: #8D8D8D. Windows color (decimal): -16330596 or 10276870. OLE color: 10276870.
HSL color Cylindrical-coordinate representation of color #06D09C: hue angle of 164.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D09C is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 156 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.18 |
| HSL | 164.55º | 0.94% | 0.42% | - |
| HSV(B) | 164.55º | 0.97% | 0.82% | - |
| XYZ | 28.63 | 47.55 | 39.12 | - |
| YUV | 141.67 | 136.08 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 156 | 0.97 | 0 | 0.25 | 0.18 | 164.55 | 0.94 | 0.42 |
| Hex | 6 | D0 | 9C | 61 | 0 | 19 | 12 | A5 | 5E | 2A |
| Octal | 6 | 320 | 234 | 141 | 0 | 31 | 22 | 245 | 136 | 52 |
| Binary | 110 | 11010000 | 10011100 | 1100001 | 0 | 11001 | 10010 | 10100101 | 1011110 | 101010 |
Color Harmonies of #06D09C
Complementary color
Monochromatic Colors of #06D09C
Black with #06D09C
Text Example
Text Example
White with #06D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D09C; }
p { color: rgb(6,208,156); }
H1.HeaderClassName
{
color: #06D09C;
}
.AnyTagClassName
{
color: #06D09C;
}
</style>
background-color css
<style>
a { background-color: #06D09C; }
a { background-color: rgb(6,208,156); }
div.DivClassName
{
background-color: #06D09C;
}
.BgClassName
{
background-color: #06D09C;
}
</style>
border-color css
<style>
span { border-color: #06D09C; }
span { border-color: rgb(6,208,156); }
td.TdClassName
{
border-color: #06D09C;
}
.TagClassName
{
border-color: #06D09C;
}
</style>