Shades of Caribbean Green #07DA94
Tints of Caribbean Green #07DA94
RGB
CMYK
RGB Variations
Color information
#07DA94 (or 0x07DA94) is known color: Caribbean Green. HEX triplet: 07, DA and 94. RGB value is (7,218,148). Sum of RGB (Red+Green+Blue) = 7+218+148=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DA94 is #F8256B. Grayscale: #939393. Windows color (decimal): -16262508 or 9755143. OLE color: 9755143.
HSL color Cylindrical-coordinate representation of color #07DA94: hue angle of 160.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA94 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 148 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.15 |
| HSL | 160.09º | 0.94% | 0.44% | - |
| HSV(B) | 160.09º | 0.97% | 0.85% | - |
| XYZ | 30.5 | 52.33 | 36.51 | - |
| YUV | 146.93 | 128.6 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 148 | 0.97 | 0 | 0.32 | 0.15 | 160.09 | 0.94 | 0.44 |
| Hex | 7 | DA | 94 | 61 | 0 | 20 | F | A0 | 5E | 2C |
| Octal | 7 | 332 | 224 | 141 | 0 | 40 | 17 | 240 | 136 | 54 |
| Binary | 111 | 11011010 | 10010100 | 1100001 | 0 | 100000 | 1111 | 10100000 | 1011110 | 101100 |
Color Harmonies of #07DA94
Complementary color
Monochromatic Colors of #07DA94
Black with #07DA94
Text Example
Text Example
White with #07DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA94; }
p { color: rgb(7,218,148); }
H1.HeaderClassName
{
color: #07DA94;
}
.AnyTagClassName
{
color: #07DA94;
}
</style>
background-color css
<style>
a { background-color: #07DA94; }
a { background-color: rgb(7,218,148); }
div.DivClassName
{
background-color: #07DA94;
}
.BgClassName
{
background-color: #07DA94;
}
</style>
border-color css
<style>
span { border-color: #07DA94; }
span { border-color: rgb(7,218,148); }
td.TdClassName
{
border-color: #07DA94;
}
.TagClassName
{
border-color: #07DA94;
}
</style>