Shades of Caribbean Green #07DB9E
Tints of Caribbean Green #07DB9E
RGB
CMYK
RGB Variations
Color information
#07DB9E (or 0x07DB9E) is known color: Caribbean Green. HEX triplet: 07, DB and 9E. RGB value is (7,219,158). Sum of RGB (Red+Green+Blue) = 7+219+158=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DB9E is #F82461. Grayscale: #949494. Windows color (decimal): -16262242 or 10410759. OLE color: 10410759.
HSL color Cylindrical-coordinate representation of color #07DB9E: hue angle of 162.74º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DB9E is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 158 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.14 |
| HSL | 162.74º | 0.94% | 0.44% | - |
| HSV(B) | 162.74º | 0.97% | 0.86% | - |
| XYZ | 31.59 | 53.18 | 40.95 | - |
| YUV | 148.66 | 133.26 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 158 | 0.97 | 0 | 0.28 | 0.14 | 162.74 | 0.94 | 0.44 |
| Hex | 7 | DB | 9E | 61 | 0 | 1C | E | A3 | 5E | 2C |
| Octal | 7 | 333 | 236 | 141 | 0 | 34 | 16 | 243 | 136 | 54 |
| Binary | 111 | 11011011 | 10011110 | 1100001 | 0 | 11100 | 1110 | 10100011 | 1011110 | 101100 |
Color Harmonies of #07DB9E
Complementary color
Monochromatic Colors of #07DB9E
Black with #07DB9E
Text Example
Text Example
White with #07DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB9E; }
p { color: rgb(7,219,158); }
H1.HeaderClassName
{
color: #07DB9E;
}
.AnyTagClassName
{
color: #07DB9E;
}
</style>
background-color css
<style>
a { background-color: #07DB9E; }
a { background-color: rgb(7,219,158); }
div.DivClassName
{
background-color: #07DB9E;
}
.BgClassName
{
background-color: #07DB9E;
}
</style>
border-color css
<style>
span { border-color: #07DB9E; }
span { border-color: rgb(7,219,158); }
td.TdClassName
{
border-color: #07DB9E;
}
.TagClassName
{
border-color: #07DB9E;
}
</style>