Shades of Caribbean Green #07E3AF
Tints of Caribbean Green #07E3AF
RGB
CMYK
RGB Variations
Color information
#07E3AF (or 0x07E3AF) is known color: Caribbean Green. HEX triplet: 07, E3 and AF. RGB value is (7,227,175). Sum of RGB (Red+Green+Blue) = 7+227+175=409 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #07E3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07E3AF is #F81C50. Grayscale: #9B9B9B. Windows color (decimal): -16260177 or 11526919. OLE color: 11526919.
HSL color Cylindrical-coordinate representation of color #07E3AF: hue angle of 165.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E3AF is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 175 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.11 |
| HSL | 165.82º | 0.94% | 0.46% | - |
| HSV(B) | 165.82º | 0.97% | 0.89% | - |
| XYZ | 35.29 | 58.08 | 49.91 | - |
| YUV | 155.29 | 139.11 | 22.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 175 | 0.97 | 0 | 0.23 | 0.11 | 165.82 | 0.94 | 0.46 |
| Hex | 7 | E3 | AF | 61 | 0 | 17 | B | A6 | 5E | 2E |
| Octal | 7 | 343 | 257 | 141 | 0 | 27 | 13 | 246 | 136 | 56 |
| Binary | 111 | 11100011 | 10101111 | 1100001 | 0 | 10111 | 1011 | 10100110 | 1011110 | 101110 |
Color Harmonies of #07E3AF
Complementary color
Monochromatic Colors of #07E3AF
Black with #07E3AF
Text Example
Text Example
White with #07E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E3AF; }
p { color: rgb(7,227,175); }
H1.HeaderClassName
{
color: #07E3AF;
}
.AnyTagClassName
{
color: #07E3AF;
}
</style>
background-color css
<style>
a { background-color: #07E3AF; }
a { background-color: rgb(7,227,175); }
div.DivClassName
{
background-color: #07E3AF;
}
.BgClassName
{
background-color: #07E3AF;
}
</style>
border-color css
<style>
span { border-color: #07E3AF; }
span { border-color: rgb(7,227,175); }
td.TdClassName
{
border-color: #07E3AF;
}
.TagClassName
{
border-color: #07E3AF;
}
</style>