Shades of Caribbean Green #07C48C
Tints of Caribbean Green #07C48C
RGB
CMYK
RGB Variations
Color information
#07C48C (or 0x07C48C) is known color: Caribbean Green. HEX triplet: 07, C4 and 8C. RGB value is (7,196,140). Sum of RGB (Red+Green+Blue) = 7+196+140=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #07C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C48C is #F83B73. Grayscale: #858585. Windows color (decimal): -16268148 or 9225223. OLE color: 9225223.
HSL color Cylindrical-coordinate representation of color #07C48C: hue angle of 162.22º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C48C is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 140 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.23 |
| HSL | 162.22º | 0.93% | 0.4% | - |
| HSV(B) | 162.22º | 0.96% | 0.77% | - |
| XYZ | 24.56 | 41.42 | 31.51 | - |
| YUV | 133.11 | 131.88 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 140 | 0.96 | 0 | 0.29 | 0.23 | 162.22 | 0.93 | 0.4 |
| Hex | 7 | C4 | 8C | 60 | 0 | 1D | 17 | A2 | 5D | 28 |
| Octal | 7 | 304 | 214 | 140 | 0 | 35 | 27 | 242 | 135 | 50 |
| Binary | 111 | 11000100 | 10001100 | 1100000 | 0 | 11101 | 10111 | 10100010 | 1011101 | 101000 |
Color Harmonies of #07C48C
Complementary color
Monochromatic Colors of #07C48C
Black with #07C48C
Text Example
Text Example
White with #07C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C48C; }
p { color: rgb(7,196,140); }
H1.HeaderClassName
{
color: #07C48C;
}
.AnyTagClassName
{
color: #07C48C;
}
</style>
background-color css
<style>
a { background-color: #07C48C; }
a { background-color: rgb(7,196,140); }
div.DivClassName
{
background-color: #07C48C;
}
.BgClassName
{
background-color: #07C48C;
}
</style>
border-color css
<style>
span { border-color: #07C48C; }
span { border-color: rgb(7,196,140); }
td.TdClassName
{
border-color: #07C48C;
}
.TagClassName
{
border-color: #07C48C;
}
</style>