Shades of Caribbean Green #07CF9C
Tints of Caribbean Green #07CF9C
RGB
CMYK
RGB Variations
Color information
#07CF9C (or 0x07CF9C) is known color: Caribbean Green. HEX triplet: 07, CF and 9C. RGB value is (7,207,156). Sum of RGB (Red+Green+Blue) = 7+207+156=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CF9C is #F83063. Grayscale: #8D8D8D. Windows color (decimal): -16265316 or 10276615. OLE color: 10276615.
HSL color Cylindrical-coordinate representation of color #07CF9C: hue angle of 164.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF9C is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 156 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.19 |
| HSL | 164.7º | 0.93% | 0.42% | - |
| HSV(B) | 164.7º | 0.97% | 0.81% | - |
| XYZ | 28.4 | 47.07 | 39.04 | - |
| YUV | 141.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 156 | 0.97 | 0 | 0.25 | 0.19 | 164.7 | 0.93 | 0.42 |
| Hex | 7 | CF | 9C | 61 | 0 | 19 | 13 | A5 | 5D | 2A |
| Octal | 7 | 317 | 234 | 141 | 0 | 31 | 23 | 245 | 135 | 52 |
| Binary | 111 | 11001111 | 10011100 | 1100001 | 0 | 11001 | 10011 | 10100101 | 1011101 | 101010 |
Color Harmonies of #07CF9C
Complementary color
Monochromatic Colors of #07CF9C
Black with #07CF9C
Text Example
Text Example
White with #07CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF9C; }
p { color: rgb(7,207,156); }
H1.HeaderClassName
{
color: #07CF9C;
}
.AnyTagClassName
{
color: #07CF9C;
}
</style>
background-color css
<style>
a { background-color: #07CF9C; }
a { background-color: rgb(7,207,156); }
div.DivClassName
{
background-color: #07CF9C;
}
.BgClassName
{
background-color: #07CF9C;
}
</style>
border-color css
<style>
span { border-color: #07CF9C; }
span { border-color: rgb(7,207,156); }
td.TdClassName
{
border-color: #07CF9C;
}
.TagClassName
{
border-color: #07CF9C;
}
</style>