Shades of Caribbean Green #07C29B
Tints of Caribbean Green #07C29B
RGB
CMYK
RGB Variations
Color information
#07C29B (or 0x07C29B) is known color: Caribbean Green. HEX triplet: 07, C2 and 9B. RGB value is (7,194,155). Sum of RGB (Red+Green+Blue) = 7+194+155=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #07C29B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C29B is #F83D64. Grayscale: #858585. Windows color (decimal): -16268645 or 10207751. OLE color: 10207751.
HSL color Cylindrical-coordinate representation of color #07C29B: hue angle of 167.49º 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 #07C29B is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 155 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.24 |
| HSL | 167.49º | 0.93% | 0.39% | - |
| HSV(B) | 167.49º | 0.96% | 0.76% | - |
| XYZ | 25.3 | 41 | 37.59 | - |
| YUV | 133.64 | 140.05 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 155 | 0.96 | 0 | 0.20 | 0.24 | 167.49 | 0.93 | 0.39 |
| Hex | 7 | C2 | 9B | 60 | 0 | 14 | 18 | A7 | 5D | 27 |
| Octal | 7 | 302 | 233 | 140 | 0 | 24 | 30 | 247 | 135 | 47 |
| Binary | 111 | 11000010 | 10011011 | 1100000 | 0 | 10100 | 11000 | 10100111 | 1011101 | 100111 |
Color Harmonies of #07C29B
Complementary color
Monochromatic Colors of #07C29B
Black with #07C29B
Text Example
Text Example
White with #07C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C29B; }
p { color: rgb(7,194,155); }
H1.HeaderClassName
{
color: #07C29B;
}
.AnyTagClassName
{
color: #07C29B;
}
</style>
background-color css
<style>
a { background-color: #07C29B; }
a { background-color: rgb(7,194,155); }
div.DivClassName
{
background-color: #07C29B;
}
.BgClassName
{
background-color: #07C29B;
}
</style>
border-color css
<style>
span { border-color: #07C29B; }
span { border-color: rgb(7,194,155); }
td.TdClassName
{
border-color: #07C29B;
}
.TagClassName
{
border-color: #07C29B;
}
</style>