Shades of Caribbean Green #07C19B
Tints of Caribbean Green #07C19B
RGB
CMYK
RGB Variations
Color information
#07C19B (or 0x07C19B) is known color: Caribbean Green. HEX triplet: 07, C1 and 9B. RGB value is (7,193,155). Sum of RGB (Red+Green+Blue) = 7+193+155=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #07C19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C19B is #F83E64. Grayscale: #858585. Windows color (decimal): -16268901 or 10207495. OLE color: 10207495.
HSL color Cylindrical-coordinate representation of color #07C19B: hue angle of 167.74º 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 #07C19B is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 155 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.24 |
| HSL | 167.74º | 0.93% | 0.39% | - |
| HSV(B) | 167.74º | 0.96% | 0.76% | - |
| XYZ | 25.07 | 40.55 | 37.52 | - |
| YUV | 133.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 155 | 0.96 | 0 | 0.20 | 0.24 | 167.74 | 0.93 | 0.39 |
| Hex | 7 | C1 | 9B | 60 | 0 | 14 | 18 | A8 | 5D | 27 |
| Octal | 7 | 301 | 233 | 140 | 0 | 24 | 30 | 250 | 135 | 47 |
| Binary | 111 | 11000001 | 10011011 | 1100000 | 0 | 10100 | 11000 | 10101000 | 1011101 | 100111 |
Color Harmonies of #07C19B
Complementary color
Monochromatic Colors of #07C19B
Black with #07C19B
Text Example
Text Example
White with #07C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C19B; }
p { color: rgb(7,193,155); }
H1.HeaderClassName
{
color: #07C19B;
}
.AnyTagClassName
{
color: #07C19B;
}
</style>
background-color css
<style>
a { background-color: #07C19B; }
a { background-color: rgb(7,193,155); }
div.DivClassName
{
background-color: #07C19B;
}
.BgClassName
{
background-color: #07C19B;
}
</style>
border-color css
<style>
span { border-color: #07C19B; }
span { border-color: rgb(7,193,155); }
td.TdClassName
{
border-color: #07C19B;
}
.TagClassName
{
border-color: #07C19B;
}
</style>