Shades of Caribbean Green #07C09C
Tints of Caribbean Green #07C09C
RGB
CMYK
RGB Variations
Color information
#07C09C (or 0x07C09C) is known color: Caribbean Green. HEX triplet: 07, C0 and 9C. RGB value is (7,192,156). Sum of RGB (Red+Green+Blue) = 7+192+156=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #07C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C09C is #F83F63. Grayscale: #848484. Windows color (decimal): -16269156 or 10272775. OLE color: 10272775.
HSL color Cylindrical-coordinate representation of color #07C09C: hue angle of 168.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C09C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 156 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.25 |
| HSL | 168.32º | 0.93% | 0.39% | - |
| HSV(B) | 168.32º | 0.96% | 0.75% | - |
| XYZ | 24.94 | 40.14 | 37.89 | - |
| YUV | 132.58 | 141.21 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 156 | 0.96 | 0 | 0.19 | 0.25 | 168.32 | 0.93 | 0.39 |
| Hex | 7 | C0 | 9C | 60 | 0 | 13 | 19 | A8 | 5D | 27 |
| Octal | 7 | 300 | 234 | 140 | 0 | 23 | 31 | 250 | 135 | 47 |
| Binary | 111 | 11000000 | 10011100 | 1100000 | 0 | 10011 | 11001 | 10101000 | 1011101 | 100111 |
Color Harmonies of #07C09C
Complementary color
Monochromatic Colors of #07C09C
Black with #07C09C
Text Example
Text Example
White with #07C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C09C; }
p { color: rgb(7,192,156); }
H1.HeaderClassName
{
color: #07C09C;
}
.AnyTagClassName
{
color: #07C09C;
}
</style>
background-color css
<style>
a { background-color: #07C09C; }
a { background-color: rgb(7,192,156); }
div.DivClassName
{
background-color: #07C09C;
}
.BgClassName
{
background-color: #07C09C;
}
</style>
border-color css
<style>
span { border-color: #07C09C; }
span { border-color: rgb(7,192,156); }
td.TdClassName
{
border-color: #07C09C;
}
.TagClassName
{
border-color: #07C09C;
}
</style>