Shades of Caribbean Green #07DCAC
Tints of Caribbean Green #07DCAC
RGB
CMYK
RGB Variations
Color information
#07DCAC (or 0x07DCAC) is known color: Caribbean Green. HEX triplet: 07, DC and AC. RGB value is (7,220,172). Sum of RGB (Red+Green+Blue) = 7+220+172=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DCAC is #F82353. Grayscale: #969696. Windows color (decimal): -16261972 or 11328519. OLE color: 11328519.
HSL color Cylindrical-coordinate representation of color #07DCAC: hue angle of 166.48º 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 #07DCAC is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 172 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.14 |
| HSL | 166.48º | 0.94% | 0.45% | - |
| HSV(B) | 166.48º | 0.97% | 0.86% | - |
| XYZ | 33.13 | 54.21 | 47.75 | - |
| YUV | 150.84 | 139.93 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 172 | 0.97 | 0 | 0.22 | 0.14 | 166.48 | 0.94 | 0.45 |
| Hex | 7 | DC | AC | 61 | 0 | 16 | E | A6 | 5E | 2D |
| Octal | 7 | 334 | 254 | 141 | 0 | 26 | 16 | 246 | 136 | 55 |
| Binary | 111 | 11011100 | 10101100 | 1100001 | 0 | 10110 | 1110 | 10100110 | 1011110 | 101101 |
Color Harmonies of #07DCAC
Complementary color
Monochromatic Colors of #07DCAC
Black with #07DCAC
Text Example
Text Example
White with #07DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCAC; }
p { color: rgb(7,220,172); }
H1.HeaderClassName
{
color: #07DCAC;
}
.AnyTagClassName
{
color: #07DCAC;
}
</style>
background-color css
<style>
a { background-color: #07DCAC; }
a { background-color: rgb(7,220,172); }
div.DivClassName
{
background-color: #07DCAC;
}
.BgClassName
{
background-color: #07DCAC;
}
</style>
border-color css
<style>
span { border-color: #07DCAC; }
span { border-color: rgb(7,220,172); }
td.TdClassName
{
border-color: #07DCAC;
}
.TagClassName
{
border-color: #07DCAC;
}
</style>