Shades of Caribbean Green #07CE8F
Tints of Caribbean Green #07CE8F
RGB
CMYK
RGB Variations
Color information
#07CE8F (or 0x07CE8F) is known color: Caribbean Green. HEX triplet: 07, CE and 8F. RGB value is (7,206,143). Sum of RGB (Red+Green+Blue) = 7+206+143=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CE8F is #F83170. Grayscale: #8B8B8B. Windows color (decimal): -16265585 or 9424391. OLE color: 9424391.
HSL color Cylindrical-coordinate representation of color #07CE8F: hue angle of 161.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE8F is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 143 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.19 |
| HSL | 161.01º | 0.93% | 0.42% | - |
| HSV(B) | 161.01º | 0.97% | 0.81% | - |
| XYZ | 27.12 | 46.17 | 33.47 | - |
| YUV | 139.32 | 130.07 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 143 | 0.97 | 0 | 0.31 | 0.19 | 161.01 | 0.93 | 0.42 |
| Hex | 7 | CE | 8F | 61 | 0 | 1F | 13 | A1 | 5D | 2A |
| Octal | 7 | 316 | 217 | 141 | 0 | 37 | 23 | 241 | 135 | 52 |
| Binary | 111 | 11001110 | 10001111 | 1100001 | 0 | 11111 | 10011 | 10100001 | 1011101 | 101010 |
Color Harmonies of #07CE8F
Complementary color
Monochromatic Colors of #07CE8F
Black with #07CE8F
Text Example
Text Example
White with #07CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE8F; }
p { color: rgb(7,206,143); }
H1.HeaderClassName
{
color: #07CE8F;
}
.AnyTagClassName
{
color: #07CE8F;
}
</style>
background-color css
<style>
a { background-color: #07CE8F; }
a { background-color: rgb(7,206,143); }
div.DivClassName
{
background-color: #07CE8F;
}
.BgClassName
{
background-color: #07CE8F;
}
</style>
border-color css
<style>
span { border-color: #07CE8F; }
span { border-color: rgb(7,206,143); }
td.TdClassName
{
border-color: #07CE8F;
}
.TagClassName
{
border-color: #07CE8F;
}
</style>