Shades of Caribbean Green #07DC9F
Tints of Caribbean Green #07DC9F
RGB
CMYK
RGB Variations
Color information
#07DC9F (or 0x07DC9F) is known color: Caribbean Green. HEX triplet: 07, DC and 9F. RGB value is (7,220,159). Sum of RGB (Red+Green+Blue) = 7+220+159=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DC9F is #F82360. Grayscale: #959595. Windows color (decimal): -16261985 or 10476551. OLE color: 10476551.
HSL color Cylindrical-coordinate representation of color #07DC9F: hue angle of 162.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC9F is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 159 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.14 |
| HSL | 162.82º | 0.94% | 0.45% | - |
| HSV(B) | 162.82º | 0.97% | 0.86% | - |
| XYZ | 31.94 | 53.73 | 41.49 | - |
| YUV | 149.36 | 133.43 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 159 | 0.97 | 0 | 0.28 | 0.14 | 162.82 | 0.94 | 0.45 |
| Hex | 7 | DC | 9F | 61 | 0 | 1C | E | A3 | 5E | 2D |
| Octal | 7 | 334 | 237 | 141 | 0 | 34 | 16 | 243 | 136 | 55 |
| Binary | 111 | 11011100 | 10011111 | 1100001 | 0 | 11100 | 1110 | 10100011 | 1011110 | 101101 |
Color Harmonies of #07DC9F
Complementary color
Monochromatic Colors of #07DC9F
Black with #07DC9F
Text Example
Text Example
White with #07DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC9F; }
p { color: rgb(7,220,159); }
H1.HeaderClassName
{
color: #07DC9F;
}
.AnyTagClassName
{
color: #07DC9F;
}
</style>
background-color css
<style>
a { background-color: #07DC9F; }
a { background-color: rgb(7,220,159); }
div.DivClassName
{
background-color: #07DC9F;
}
.BgClassName
{
background-color: #07DC9F;
}
</style>
border-color css
<style>
span { border-color: #07DC9F; }
span { border-color: rgb(7,220,159); }
td.TdClassName
{
border-color: #07DC9F;
}
.TagClassName
{
border-color: #07DC9F;
}
</style>