Shades of Caribbean Green #07D894
Tints of Caribbean Green #07D894
RGB
CMYK
RGB Variations
Color information
#07D894 (or 0x07D894) is known color: Caribbean Green. HEX triplet: 07, D8 and 94. RGB value is (7,216,148). Sum of RGB (Red+Green+Blue) = 7+216+148=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #07D894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D894 is #F8276B. Grayscale: #919191. Windows color (decimal): -16263020 or 9754631. OLE color: 9754631.
HSL color Cylindrical-coordinate representation of color #07D894: hue angle of 160.48º 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 #07D894 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 148 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.15 |
| HSL | 160.48º | 0.94% | 0.44% | - |
| HSV(B) | 160.48º | 0.97% | 0.85% | - |
| XYZ | 29.99 | 51.3 | 36.34 | - |
| YUV | 145.76 | 129.26 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 148 | 0.97 | 0 | 0.31 | 0.15 | 160.48 | 0.94 | 0.44 |
| Hex | 7 | D8 | 94 | 61 | 0 | 1F | F | A0 | 5E | 2C |
| Octal | 7 | 330 | 224 | 141 | 0 | 37 | 17 | 240 | 136 | 54 |
| Binary | 111 | 11011000 | 10010100 | 1100001 | 0 | 11111 | 1111 | 10100000 | 1011110 | 101100 |
Color Harmonies of #07D894
Complementary color
Monochromatic Colors of #07D894
Black with #07D894
Text Example
Text Example
White with #07D894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D894; }
p { color: rgb(7,216,148); }
H1.HeaderClassName
{
color: #07D894;
}
.AnyTagClassName
{
color: #07D894;
}
</style>
background-color css
<style>
a { background-color: #07D894; }
a { background-color: rgb(7,216,148); }
div.DivClassName
{
background-color: #07D894;
}
.BgClassName
{
background-color: #07D894;
}
</style>
border-color css
<style>
span { border-color: #07D894; }
span { border-color: rgb(7,216,148); }
td.TdClassName
{
border-color: #07D894;
}
.TagClassName
{
border-color: #07D894;
}
</style>