Shades of Caribbean Green #07DCAB
Tints of Caribbean Green #07DCAB
RGB
CMYK
RGB Variations
Color information
#07DCAB (or 0x07DCAB) is known color: Caribbean Green. HEX triplet: 07, DC and AB. RGB value is (7,220,171). Sum of RGB (Red+Green+Blue) = 7+220+171=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DCAB is #F82354. Grayscale: #969696. Windows color (decimal): -16261973 or 11262983. OLE color: 11262983.
HSL color Cylindrical-coordinate representation of color #07DCAB: hue angle of 166.2º 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 #07DCAB is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 171 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.14 |
| HSL | 166.2º | 0.94% | 0.45% | - |
| HSV(B) | 166.2º | 0.97% | 0.86% | - |
| XYZ | 33.03 | 54.17 | 47.24 | - |
| YUV | 150.73 | 139.43 | 25.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 171 | 0.97 | 0 | 0.22 | 0.14 | 166.2 | 0.94 | 0.45 |
| Hex | 7 | DC | AB | 61 | 0 | 16 | E | A6 | 5E | 2D |
| Octal | 7 | 334 | 253 | 141 | 0 | 26 | 16 | 246 | 136 | 55 |
| Binary | 111 | 11011100 | 10101011 | 1100001 | 0 | 10110 | 1110 | 10100110 | 1011110 | 101101 |
Color Harmonies of #07DCAB
Complementary color
Monochromatic Colors of #07DCAB
Black with #07DCAB
Text Example
Text Example
White with #07DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCAB; }
p { color: rgb(7,220,171); }
H1.HeaderClassName
{
color: #07DCAB;
}
.AnyTagClassName
{
color: #07DCAB;
}
</style>
background-color css
<style>
a { background-color: #07DCAB; }
a { background-color: rgb(7,220,171); }
div.DivClassName
{
background-color: #07DCAB;
}
.BgClassName
{
background-color: #07DCAB;
}
</style>
border-color css
<style>
span { border-color: #07DCAB; }
span { border-color: rgb(7,220,171); }
td.TdClassName
{
border-color: #07DCAB;
}
.TagClassName
{
border-color: #07DCAB;
}
</style>