Shades of Caribbean Green #07E1B1
Tints of Caribbean Green #07E1B1
RGB
CMYK
RGB Variations
Color information
#07E1B1 (or 0x07E1B1) is known color: Caribbean Green. HEX triplet: 07, E1 and B1. RGB value is (7,225,177). Sum of RGB (Red+Green+Blue) = 7+225+177=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #07E1B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07E1B1 is #F81E4E. Grayscale: #9A9A9A. Windows color (decimal): -16260687 or 11657479. OLE color: 11657479.
HSL color Cylindrical-coordinate representation of color #07E1B1: hue angle of 166.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E1B1 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 177 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.12 |
| HSL | 166.79º | 0.94% | 0.45% | - |
| HSV(B) | 166.79º | 0.97% | 0.88% | - |
| XYZ | 34.95 | 57.07 | 50.77 | - |
| YUV | 154.35 | 140.78 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 177 | 0.97 | 0 | 0.21 | 0.12 | 166.79 | 0.94 | 0.45 |
| Hex | 7 | E1 | B1 | 61 | 0 | 15 | C | A7 | 5E | 2D |
| Octal | 7 | 341 | 261 | 141 | 0 | 25 | 14 | 247 | 136 | 55 |
| Binary | 111 | 11100001 | 10110001 | 1100001 | 0 | 10101 | 1100 | 10100111 | 1011110 | 101101 |
Color Harmonies of #07E1B1
Complementary color
Monochromatic Colors of #07E1B1
Black with #07E1B1
Text Example
Text Example
White with #07E1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1B1; }
p { color: rgb(7,225,177); }
H1.HeaderClassName
{
color: #07E1B1;
}
.AnyTagClassName
{
color: #07E1B1;
}
</style>
background-color css
<style>
a { background-color: #07E1B1; }
a { background-color: rgb(7,225,177); }
div.DivClassName
{
background-color: #07E1B1;
}
.BgClassName
{
background-color: #07E1B1;
}
</style>
border-color css
<style>
span { border-color: #07E1B1; }
span { border-color: rgb(7,225,177); }
td.TdClassName
{
border-color: #07E1B1;
}
.TagClassName
{
border-color: #07E1B1;
}
</style>