Shades of Caribbean Green #07D6A1
Tints of Caribbean Green #07D6A1
RGB
CMYK
RGB Variations
Color information
#07D6A1 (or 0x07D6A1) is known color: Caribbean Green. HEX triplet: 07, D6 and A1. RGB value is (7,214,161). Sum of RGB (Red+Green+Blue) = 7+214+161=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #07D6A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D6A1 is #F8295E. Grayscale: #929292. Windows color (decimal): -16263519 or 10606087. OLE color: 10606087.
HSL color Cylindrical-coordinate representation of color #07D6A1: hue angle of 164.64º degrees, saturation: 0.94, 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 #07D6A1 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 161 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.16 |
| HSL | 164.64º | 0.94% | 0.43% | - |
| HSV(B) | 164.64º | 0.97% | 0.84% | - |
| XYZ | 30.57 | 50.71 | 41.9 | - |
| YUV | 146.07 | 136.42 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 161 | 0.97 | 0 | 0.25 | 0.16 | 164.64 | 0.94 | 0.43 |
| Hex | 7 | D6 | A1 | 61 | 0 | 19 | 10 | A5 | 5E | 2B |
| Octal | 7 | 326 | 241 | 141 | 0 | 31 | 20 | 245 | 136 | 53 |
| Binary | 111 | 11010110 | 10100001 | 1100001 | 0 | 11001 | 10000 | 10100101 | 1011110 | 101011 |
Color Harmonies of #07D6A1
Complementary color
Monochromatic Colors of #07D6A1
Black with #07D6A1
Text Example
Text Example
White with #07D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D6A1; }
p { color: rgb(7,214,161); }
H1.HeaderClassName
{
color: #07D6A1;
}
.AnyTagClassName
{
color: #07D6A1;
}
</style>
background-color css
<style>
a { background-color: #07D6A1; }
a { background-color: rgb(7,214,161); }
div.DivClassName
{
background-color: #07D6A1;
}
.BgClassName
{
background-color: #07D6A1;
}
</style>
border-color css
<style>
span { border-color: #07D6A1; }
span { border-color: rgb(7,214,161); }
td.TdClassName
{
border-color: #07D6A1;
}
.TagClassName
{
border-color: #07D6A1;
}
</style>