Shades of Caribbean Green #06D07F
Tints of Caribbean Green #06D07F
RGB
CMYK
RGB Variations
Color information
#06D07F (or 0x06D07F) is known color: Caribbean Green. HEX triplet: 06, D0 and 7F. RGB value is (6,208,127). Sum of RGB (Red+Green+Blue) = 6+208+127=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #06D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D07F is #F92F80. Grayscale: #8A8A8A. Windows color (decimal): -16330625 or 8376326. OLE color: 8376326.
HSL color Cylindrical-coordinate representation of color #06D07F: hue angle of 155.94º 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 #06D07F is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 127 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.18 |
| HSL | 155.94º | 0.94% | 0.42% | - |
| HSV(B) | 155.94º | 0.97% | 0.82% | - |
| XYZ | 26.46 | 46.68 | 27.69 | - |
| YUV | 138.37 | 121.58 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 127 | 0.97 | 0 | 0.39 | 0.18 | 155.94 | 0.94 | 0.42 |
| Hex | 6 | D0 | 7F | 61 | 0 | 27 | 12 | 9C | 5E | 2A |
| Octal | 6 | 320 | 177 | 141 | 0 | 47 | 22 | 234 | 136 | 52 |
| Binary | 110 | 11010000 | 1111111 | 1100001 | 0 | 100111 | 10010 | 10011100 | 1011110 | 101010 |
Color Harmonies of #06D07F
Complementary color
Monochromatic Colors of #06D07F
Black with #06D07F
Text Example
Text Example
White with #06D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D07F; }
p { color: rgb(6,208,127); }
H1.HeaderClassName
{
color: #06D07F;
}
.AnyTagClassName
{
color: #06D07F;
}
</style>
background-color css
<style>
a { background-color: #06D07F; }
a { background-color: rgb(6,208,127); }
div.DivClassName
{
background-color: #06D07F;
}
.BgClassName
{
background-color: #06D07F;
}
</style>
border-color css
<style>
span { border-color: #06D07F; }
span { border-color: rgb(6,208,127); }
td.TdClassName
{
border-color: #06D07F;
}
.TagClassName
{
border-color: #06D07F;
}
</style>