Shades of Caribbean Green #07DDB2
Tints of Caribbean Green #07DDB2
RGB
CMYK
RGB Variations
Color information
#07DDB2 (or 0x07DDB2) is known color: Caribbean Green. HEX triplet: 07, DD and B2. RGB value is (7,221,178). Sum of RGB (Red+Green+Blue) = 7+221+178=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DDB2 is #F8224D. Grayscale: #989898. Windows color (decimal): -16261710 or 11721991. OLE color: 11721991.
HSL color Cylindrical-coordinate representation of color #07DDB2: hue angle of 167.94º 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 #07DDB2 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 178 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.13 |
| HSL | 167.94º | 0.94% | 0.45% | - |
| HSV(B) | 167.94º | 0.97% | 0.87% | - |
| XYZ | 33.98 | 54.97 | 50.94 | - |
| YUV | 152.11 | 142.6 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 178 | 0.97 | 0 | 0.19 | 0.13 | 167.94 | 0.94 | 0.45 |
| Hex | 7 | DD | B2 | 61 | 0 | 13 | D | A8 | 5E | 2D |
| Octal | 7 | 335 | 262 | 141 | 0 | 23 | 15 | 250 | 136 | 55 |
| Binary | 111 | 11011101 | 10110010 | 1100001 | 0 | 10011 | 1101 | 10101000 | 1011110 | 101101 |
Color Harmonies of #07DDB2
Complementary color
Monochromatic Colors of #07DDB2
Black with #07DDB2
Text Example
Text Example
White with #07DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDB2; }
p { color: rgb(7,221,178); }
H1.HeaderClassName
{
color: #07DDB2;
}
.AnyTagClassName
{
color: #07DDB2;
}
</style>
background-color css
<style>
a { background-color: #07DDB2; }
a { background-color: rgb(7,221,178); }
div.DivClassName
{
background-color: #07DDB2;
}
.BgClassName
{
background-color: #07DDB2;
}
</style>
border-color css
<style>
span { border-color: #07DDB2; }
span { border-color: rgb(7,221,178); }
td.TdClassName
{
border-color: #07DDB2;
}
.TagClassName
{
border-color: #07DDB2;
}
</style>