Shades of Caribbean Green #07D8AA
Tints of Caribbean Green #07D8AA
RGB
CMYK
RGB Variations
Color information
#07D8AA (or 0x07D8AA) is known color: Caribbean Green. HEX triplet: 07, D8 and AA. RGB value is (7,216,170). Sum of RGB (Red+Green+Blue) = 7+216+170=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #07D8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D8AA is #F82755. Grayscale: #949494. Windows color (decimal): -16262998 or 11196423. OLE color: 11196423.
HSL color Cylindrical-coordinate representation of color #07D8AA: hue angle of 166.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D8AA is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 170 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.15 |
| HSL | 166.79º | 0.94% | 0.44% | - |
| HSV(B) | 166.79º | 0.97% | 0.85% | - |
| XYZ | 31.9 | 52.06 | 46.4 | - |
| YUV | 148.27 | 140.26 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 170 | 0.97 | 0 | 0.21 | 0.15 | 166.79 | 0.94 | 0.44 |
| Hex | 7 | D8 | AA | 61 | 0 | 15 | F | A7 | 5E | 2C |
| Octal | 7 | 330 | 252 | 141 | 0 | 25 | 17 | 247 | 136 | 54 |
| Binary | 111 | 11011000 | 10101010 | 1100001 | 0 | 10101 | 1111 | 10100111 | 1011110 | 101100 |
Color Harmonies of #07D8AA
Complementary color
Monochromatic Colors of #07D8AA
Black with #07D8AA
Text Example
Text Example
White with #07D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D8AA; }
p { color: rgb(7,216,170); }
H1.HeaderClassName
{
color: #07D8AA;
}
.AnyTagClassName
{
color: #07D8AA;
}
</style>
background-color css
<style>
a { background-color: #07D8AA; }
a { background-color: rgb(7,216,170); }
div.DivClassName
{
background-color: #07D8AA;
}
.BgClassName
{
background-color: #07D8AA;
}
</style>
border-color css
<style>
span { border-color: #07D8AA; }
span { border-color: rgb(7,216,170); }
td.TdClassName
{
border-color: #07D8AA;
}
.TagClassName
{
border-color: #07D8AA;
}
</style>