Shades of Caribbean Green #07DBAA
Tints of Caribbean Green #07DBAA
RGB
CMYK
RGB Variations
Color information
#07DBAA (or 0x07DBAA) is known color: Caribbean Green. HEX triplet: 07, DB and AA. RGB value is (7,219,170). Sum of RGB (Red+Green+Blue) = 7+219+170=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DBAA is #F82455. Grayscale: #969696. Windows color (decimal): -16262230 or 11197191. OLE color: 11197191.
HSL color Cylindrical-coordinate representation of color #07DBAA: hue angle of 166.13º 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 #07DBAA is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 170 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.14 |
| HSL | 166.13º | 0.94% | 0.44% | - |
| HSV(B) | 166.13º | 0.97% | 0.86% | - |
| XYZ | 32.67 | 53.61 | 46.66 | - |
| YUV | 150.03 | 139.26 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 170 | 0.97 | 0 | 0.22 | 0.14 | 166.13 | 0.94 | 0.44 |
| Hex | 7 | DB | AA | 61 | 0 | 16 | E | A6 | 5E | 2C |
| Octal | 7 | 333 | 252 | 141 | 0 | 26 | 16 | 246 | 136 | 54 |
| Binary | 111 | 11011011 | 10101010 | 1100001 | 0 | 10110 | 1110 | 10100110 | 1011110 | 101100 |
Color Harmonies of #07DBAA
Complementary color
Monochromatic Colors of #07DBAA
Black with #07DBAA
Text Example
Text Example
White with #07DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBAA; }
p { color: rgb(7,219,170); }
H1.HeaderClassName
{
color: #07DBAA;
}
.AnyTagClassName
{
color: #07DBAA;
}
</style>
background-color css
<style>
a { background-color: #07DBAA; }
a { background-color: rgb(7,219,170); }
div.DivClassName
{
background-color: #07DBAA;
}
.BgClassName
{
background-color: #07DBAA;
}
</style>
border-color css
<style>
span { border-color: #07DBAA; }
span { border-color: rgb(7,219,170); }
td.TdClassName
{
border-color: #07DBAA;
}
.TagClassName
{
border-color: #07DBAA;
}
</style>