Shades of Caribbean Green #07C28B
Tints of Caribbean Green #07C28B
RGB
CMYK
RGB Variations
Color information
#07C28B (or 0x07C28B) is known color: Caribbean Green. HEX triplet: 07, C2 and 8B. RGB value is (7,194,139). Sum of RGB (Red+Green+Blue) = 7+194+139=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #07C28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C28B is #F83D74. Grayscale: #838383. Windows color (decimal): -16268661 or 9159175. OLE color: 9159175.
HSL color Cylindrical-coordinate representation of color #07C28B: hue angle of 162.35º 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 #07C28B is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 139 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.24 |
| HSL | 162.35º | 0.93% | 0.39% | - |
| HSV(B) | 162.35º | 0.96% | 0.76% | - |
| XYZ | 24.04 | 40.49 | 30.97 | - |
| YUV | 131.82 | 132.05 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 139 | 0.96 | 0 | 0.28 | 0.24 | 162.35 | 0.93 | 0.39 |
| Hex | 7 | C2 | 8B | 60 | 0 | 1C | 18 | A2 | 5D | 27 |
| Octal | 7 | 302 | 213 | 140 | 0 | 34 | 30 | 242 | 135 | 47 |
| Binary | 111 | 11000010 | 10001011 | 1100000 | 0 | 11100 | 11000 | 10100010 | 1011101 | 100111 |
Color Harmonies of #07C28B
Complementary color
Monochromatic Colors of #07C28B
Black with #07C28B
Text Example
Text Example
White with #07C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C28B; }
p { color: rgb(7,194,139); }
H1.HeaderClassName
{
color: #07C28B;
}
.AnyTagClassName
{
color: #07C28B;
}
</style>
background-color css
<style>
a { background-color: #07C28B; }
a { background-color: rgb(7,194,139); }
div.DivClassName
{
background-color: #07C28B;
}
.BgClassName
{
background-color: #07C28B;
}
</style>
border-color css
<style>
span { border-color: #07C28B; }
span { border-color: rgb(7,194,139); }
td.TdClassName
{
border-color: #07C28B;
}
.TagClassName
{
border-color: #07C28B;
}
</style>