Shades of Caribbean Green #07DBAC
Tints of Caribbean Green #07DBAC
RGB
CMYK
RGB Variations
Color information
#07DBAC (or 0x07DBAC) is known color: Caribbean Green. HEX triplet: 07, DB and AC. RGB value is (7,219,172). Sum of RGB (Red+Green+Blue) = 7+219+172=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DBAC is #F82453. Grayscale: #969696. Windows color (decimal): -16262228 or 11328263. OLE color: 11328263.
HSL color Cylindrical-coordinate representation of color #07DBAC: hue angle of 166.7º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBAC is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 172 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.14 |
| HSL | 166.7º | 0.94% | 0.44% | - |
| HSV(B) | 166.7º | 0.97% | 0.86% | - |
| XYZ | 32.87 | 53.69 | 47.66 | - |
| YUV | 150.25 | 140.26 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 172 | 0.97 | 0 | 0.21 | 0.14 | 166.7 | 0.94 | 0.44 |
| Hex | 7 | DB | AC | 61 | 0 | 15 | E | A7 | 5E | 2C |
| Octal | 7 | 333 | 254 | 141 | 0 | 25 | 16 | 247 | 136 | 54 |
| Binary | 111 | 11011011 | 10101100 | 1100001 | 0 | 10101 | 1110 | 10100111 | 1011110 | 101100 |
Color Harmonies of #07DBAC
Complementary color
Monochromatic Colors of #07DBAC
Black with #07DBAC
Text Example
Text Example
White with #07DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBAC; }
p { color: rgb(7,219,172); }
H1.HeaderClassName
{
color: #07DBAC;
}
.AnyTagClassName
{
color: #07DBAC;
}
</style>
background-color css
<style>
a { background-color: #07DBAC; }
a { background-color: rgb(7,219,172); }
div.DivClassName
{
background-color: #07DBAC;
}
.BgClassName
{
background-color: #07DBAC;
}
</style>
border-color css
<style>
span { border-color: #07DBAC; }
span { border-color: rgb(7,219,172); }
td.TdClassName
{
border-color: #07DBAC;
}
.TagClassName
{
border-color: #07DBAC;
}
</style>