Shades of Caribbean Green #07DCAF
Tints of Caribbean Green #07DCAF
RGB
CMYK
RGB Variations
Color information
#07DCAF (or 0x07DCAF) is known color: Caribbean Green. HEX triplet: 07, DC and AF. RGB value is (7,220,175). Sum of RGB (Red+Green+Blue) = 7+220+175=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DCAF is #F82350. Grayscale: #979797. Windows color (decimal): -16261969 or 11525127. OLE color: 11525127.
HSL color Cylindrical-coordinate representation of color #07DCAF: hue angle of 167.32º 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 #07DCAF is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 175 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.14 |
| HSL | 167.32º | 0.94% | 0.45% | - |
| HSV(B) | 167.32º | 0.97% | 0.86% | - |
| XYZ | 33.42 | 54.33 | 49.28 | - |
| YUV | 151.18 | 141.43 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 175 | 0.97 | 0 | 0.20 | 0.14 | 167.32 | 0.94 | 0.45 |
| Hex | 7 | DC | AF | 61 | 0 | 14 | E | A7 | 5E | 2D |
| Octal | 7 | 334 | 257 | 141 | 0 | 24 | 16 | 247 | 136 | 55 |
| Binary | 111 | 11011100 | 10101111 | 1100001 | 0 | 10100 | 1110 | 10100111 | 1011110 | 101101 |
Color Harmonies of #07DCAF
Complementary color
Monochromatic Colors of #07DCAF
Black with #07DCAF
Text Example
Text Example
White with #07DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCAF; }
p { color: rgb(7,220,175); }
H1.HeaderClassName
{
color: #07DCAF;
}
.AnyTagClassName
{
color: #07DCAF;
}
</style>
background-color css
<style>
a { background-color: #07DCAF; }
a { background-color: rgb(7,220,175); }
div.DivClassName
{
background-color: #07DCAF;
}
.BgClassName
{
background-color: #07DCAF;
}
</style>
border-color css
<style>
span { border-color: #07DCAF; }
span { border-color: rgb(7,220,175); }
td.TdClassName
{
border-color: #07DCAF;
}
.TagClassName
{
border-color: #07DCAF;
}
</style>