Shades of Caribbean Green #07D29A
Tints of Caribbean Green #07D29A
RGB
CMYK
RGB Variations
Color information
#07D29A (or 0x07D29A) is known color: Caribbean Green. HEX triplet: 07, D2 and 9A. RGB value is (7,210,154). Sum of RGB (Red+Green+Blue) = 7+210+154=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #07D29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D29A is #F82D65. Grayscale: #8E8E8E. Windows color (decimal): -16264550 or 10146311. OLE color: 10146311.
HSL color Cylindrical-coordinate representation of color #07D29A: hue angle of 163.45º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D29A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 210 | 154 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.18 |
| HSL | 163.45º | 0.94% | 0.43% | - |
| HSV(B) | 163.45º | 0.97% | 0.82% | - |
| XYZ | 28.97 | 48.47 | 38.4 | - |
| YUV | 142.92 | 134.25 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 210 | 154 | 0.97 | 0 | 0.27 | 0.18 | 163.45 | 0.94 | 0.43 |
| Hex | 7 | D2 | 9A | 61 | 0 | 1B | 12 | A3 | 5E | 2B |
| Octal | 7 | 322 | 232 | 141 | 0 | 33 | 22 | 243 | 136 | 53 |
| Binary | 111 | 11010010 | 10011010 | 1100001 | 0 | 11011 | 10010 | 10100011 | 1011110 | 101011 |
Color Harmonies of #07D29A
Complementary color
Monochromatic Colors of #07D29A
Black with #07D29A
Text Example
Text Example
White with #07D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D29A; }
p { color: rgb(7,210,154); }
H1.HeaderClassName
{
color: #07D29A;
}
.AnyTagClassName
{
color: #07D29A;
}
</style>
background-color css
<style>
a { background-color: #07D29A; }
a { background-color: rgb(7,210,154); }
div.DivClassName
{
background-color: #07D29A;
}
.BgClassName
{
background-color: #07D29A;
}
</style>
border-color css
<style>
span { border-color: #07D29A; }
span { border-color: rgb(7,210,154); }
td.TdClassName
{
border-color: #07D29A;
}
.TagClassName
{
border-color: #07D29A;
}
</style>