Shades of Caribbean Green #07C18A
Tints of Caribbean Green #07C18A
RGB
CMYK
RGB Variations
Color information
#07C18A (or 0x07C18A) is known color: Caribbean Green. HEX triplet: 07, C1 and 8A. RGB value is (7,193,138). Sum of RGB (Red+Green+Blue) = 7+193+138=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #07C18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C18A is #F83E75. Grayscale: #838383. Windows color (decimal): -16268918 or 9093383. OLE color: 9093383.
HSL color Cylindrical-coordinate representation of color #07C18A: hue angle of 162.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C18A is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 138 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.24 |
| HSL | 162.26º | 0.93% | 0.39% | - |
| HSV(B) | 162.26º | 0.96% | 0.76% | - |
| XYZ | 23.75 | 40.02 | 30.52 | - |
| YUV | 131.12 | 131.88 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 138 | 0.96 | 0 | 0.28 | 0.24 | 162.26 | 0.93 | 0.39 |
| Hex | 7 | C1 | 8A | 60 | 0 | 1C | 18 | A2 | 5D | 27 |
| Octal | 7 | 301 | 212 | 140 | 0 | 34 | 30 | 242 | 135 | 47 |
| Binary | 111 | 11000001 | 10001010 | 1100000 | 0 | 11100 | 11000 | 10100010 | 1011101 | 100111 |
Color Harmonies of #07C18A
Complementary color
Monochromatic Colors of #07C18A
Black with #07C18A
Text Example
Text Example
White with #07C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C18A; }
p { color: rgb(7,193,138); }
H1.HeaderClassName
{
color: #07C18A;
}
.AnyTagClassName
{
color: #07C18A;
}
</style>
background-color css
<style>
a { background-color: #07C18A; }
a { background-color: rgb(7,193,138); }
div.DivClassName
{
background-color: #07C18A;
}
.BgClassName
{
background-color: #07C18A;
}
</style>
border-color css
<style>
span { border-color: #07C18A; }
span { border-color: rgb(7,193,138); }
td.TdClassName
{
border-color: #07C18A;
}
.TagClassName
{
border-color: #07C18A;
}
</style>