Shades of Caribbean Green #07C69D
Tints of Caribbean Green #07C69D
RGB
CMYK
RGB Variations
Color information
#07C69D (or 0x07C69D) is known color: Caribbean Green. HEX triplet: 07, C6 and 9D. RGB value is (7,198,157). Sum of RGB (Red+Green+Blue) = 7+198+157=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #07C69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C69D is #F83962. Grayscale: #888888. Windows color (decimal): -16267619 or 10339847. OLE color: 10339847.
HSL color Cylindrical-coordinate representation of color #07C69D: hue angle of 167.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C69D is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 157 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.22 |
| HSL | 167.12º | 0.93% | 0.4% | - |
| HSV(B) | 167.12º | 0.96% | 0.78% | - |
| XYZ | 26.37 | 42.87 | 38.78 | - |
| YUV | 136.22 | 139.72 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 157 | 0.96 | 0 | 0.21 | 0.22 | 167.12 | 0.93 | 0.4 |
| Hex | 7 | C6 | 9D | 60 | 0 | 15 | 16 | A7 | 5D | 28 |
| Octal | 7 | 306 | 235 | 140 | 0 | 25 | 26 | 247 | 135 | 50 |
| Binary | 111 | 11000110 | 10011101 | 1100000 | 0 | 10101 | 10110 | 10100111 | 1011101 | 101000 |
Color Harmonies of #07C69D
Complementary color
Monochromatic Colors of #07C69D
Black with #07C69D
Text Example
Text Example
White with #07C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C69D; }
p { color: rgb(7,198,157); }
H1.HeaderClassName
{
color: #07C69D;
}
.AnyTagClassName
{
color: #07C69D;
}
</style>
background-color css
<style>
a { background-color: #07C69D; }
a { background-color: rgb(7,198,157); }
div.DivClassName
{
background-color: #07C69D;
}
.BgClassName
{
background-color: #07C69D;
}
</style>
border-color css
<style>
span { border-color: #07C69D; }
span { border-color: rgb(7,198,157); }
td.TdClassName
{
border-color: #07C69D;
}
.TagClassName
{
border-color: #07C69D;
}
</style>