Shades of Caribbean Green #07DFAB
Tints of Caribbean Green #07DFAB
RGB
CMYK
RGB Variations
Color information
#07DFAB (or 0x07DFAB) is known color: Caribbean Green. HEX triplet: 07, DF and AB. RGB value is (7,223,171). Sum of RGB (Red+Green+Blue) = 7+223+171=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DFAB is #F82054. Grayscale: #989898. Windows color (decimal): -16261205 or 11263751. OLE color: 11263751.
HSL color Cylindrical-coordinate representation of color #07DFAB: hue angle of 165.56º 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 #07DFAB is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 171 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.13 |
| HSL | 165.56º | 0.94% | 0.45% | - |
| HSV(B) | 165.56º | 0.97% | 0.87% | - |
| XYZ | 33.83 | 55.76 | 47.51 | - |
| YUV | 152.49 | 138.44 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 171 | 0.97 | 0 | 0.23 | 0.13 | 165.56 | 0.94 | 0.45 |
| Hex | 7 | DF | AB | 61 | 0 | 17 | D | A6 | 5E | 2D |
| Octal | 7 | 337 | 253 | 141 | 0 | 27 | 15 | 246 | 136 | 55 |
| Binary | 111 | 11011111 | 10101011 | 1100001 | 0 | 10111 | 1101 | 10100110 | 1011110 | 101101 |
Color Harmonies of #07DFAB
Complementary color
Monochromatic Colors of #07DFAB
Black with #07DFAB
Text Example
Text Example
White with #07DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFAB; }
p { color: rgb(7,223,171); }
H1.HeaderClassName
{
color: #07DFAB;
}
.AnyTagClassName
{
color: #07DFAB;
}
</style>
background-color css
<style>
a { background-color: #07DFAB; }
a { background-color: rgb(7,223,171); }
div.DivClassName
{
background-color: #07DFAB;
}
.BgClassName
{
background-color: #07DFAB;
}
</style>
border-color css
<style>
span { border-color: #07DFAB; }
span { border-color: rgb(7,223,171); }
td.TdClassName
{
border-color: #07DFAB;
}
.TagClassName
{
border-color: #07DFAB;
}
</style>