Shades of Caribbean Green #07DEAC
Tints of Caribbean Green #07DEAC
RGB
CMYK
RGB Variations
Color information
#07DEAC (or 0x07DEAC) is known color: Caribbean Green. HEX triplet: 07, DE and AC. RGB value is (7,222,172). Sum of RGB (Red+Green+Blue) = 7+222+172=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #07DEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DEAC is #F82153. Grayscale: #989898. Windows color (decimal): -16261460 or 11329031. OLE color: 11329031.
HSL color Cylindrical-coordinate representation of color #07DEAC: hue angle of 166.05º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DEAC is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 222 | 172 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.13 |
| HSL | 166.05º | 0.94% | 0.45% | - |
| HSV(B) | 166.05º | 0.97% | 0.87% | - |
| XYZ | 33.66 | 55.27 | 47.92 | - |
| YUV | 152.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 222 | 172 | 0.97 | 0 | 0.23 | 0.13 | 166.05 | 0.94 | 0.45 |
| Hex | 7 | DE | AC | 61 | 0 | 17 | D | A6 | 5E | 2D |
| Octal | 7 | 336 | 254 | 141 | 0 | 27 | 15 | 246 | 136 | 55 |
| Binary | 111 | 11011110 | 10101100 | 1100001 | 0 | 10111 | 1101 | 10100110 | 1011110 | 101101 |
Color Harmonies of #07DEAC
Complementary color
Monochromatic Colors of #07DEAC
Black with #07DEAC
Text Example
Text Example
White with #07DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DEAC; }
p { color: rgb(7,222,172); }
H1.HeaderClassName
{
color: #07DEAC;
}
.AnyTagClassName
{
color: #07DEAC;
}
</style>
background-color css
<style>
a { background-color: #07DEAC; }
a { background-color: rgb(7,222,172); }
div.DivClassName
{
background-color: #07DEAC;
}
.BgClassName
{
background-color: #07DEAC;
}
</style>
border-color css
<style>
span { border-color: #07DEAC; }
span { border-color: rgb(7,222,172); }
td.TdClassName
{
border-color: #07DEAC;
}
.TagClassName
{
border-color: #07DEAC;
}
</style>