Shades of Caribbean Green #07DD9C
Tints of Caribbean Green #07DD9C
RGB
CMYK
RGB Variations
Color information
#07DD9C (or 0x07DD9C) is known color: Caribbean Green. HEX triplet: 07, DD and 9C. RGB value is (7,221,156). Sum of RGB (Red+Green+Blue) = 7+221+156=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DD9C is #F82263. Grayscale: #959595. Windows color (decimal): -16261732 or 10280199. OLE color: 10280199.
HSL color Cylindrical-coordinate representation of color #07DD9C: hue angle of 161.78º 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 #07DD9C is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 156 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.13 |
| HSL | 161.78º | 0.94% | 0.45% | - |
| HSV(B) | 161.78º | 0.97% | 0.87% | - |
| XYZ | 31.94 | 54.16 | 40.22 | - |
| YUV | 149.6 | 131.6 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 156 | 0.97 | 0 | 0.29 | 0.13 | 161.78 | 0.94 | 0.45 |
| Hex | 7 | DD | 9C | 61 | 0 | 1D | D | A2 | 5E | 2D |
| Octal | 7 | 335 | 234 | 141 | 0 | 35 | 15 | 242 | 136 | 55 |
| Binary | 111 | 11011101 | 10011100 | 1100001 | 0 | 11101 | 1101 | 10100010 | 1011110 | 101101 |
Color Harmonies of #07DD9C
Complementary color
Monochromatic Colors of #07DD9C
Black with #07DD9C
Text Example
Text Example
White with #07DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD9C; }
p { color: rgb(7,221,156); }
H1.HeaderClassName
{
color: #07DD9C;
}
.AnyTagClassName
{
color: #07DD9C;
}
</style>
background-color css
<style>
a { background-color: #07DD9C; }
a { background-color: rgb(7,221,156); }
div.DivClassName
{
background-color: #07DD9C;
}
.BgClassName
{
background-color: #07DD9C;
}
</style>
border-color css
<style>
span { border-color: #07DD9C; }
span { border-color: rgb(7,221,156); }
td.TdClassName
{
border-color: #07DD9C;
}
.TagClassName
{
border-color: #07DD9C;
}
</style>