Shades of Caribbean Green #07C09B
Tints of Caribbean Green #07C09B
RGB
CMYK
RGB Variations
Color information
#07C09B (or 0x07C09B) is known color: Caribbean Green. HEX triplet: 07, C0 and 9B. RGB value is (7,192,155). Sum of RGB (Red+Green+Blue) = 7+192+155=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #07C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C09B is #F83F64. Grayscale: #848484. Windows color (decimal): -16269157 or 10207239. OLE color: 10207239.
HSL color Cylindrical-coordinate representation of color #07C09B: hue angle of 168º 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 #07C09B is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 155 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.25 |
| HSL | 168º | 0.93% | 0.39% | - |
| HSV(B) | 168º | 0.96% | 0.75% | - |
| XYZ | 24.85 | 40.11 | 37.44 | - |
| YUV | 132.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 155 | 0.96 | 0 | 0.19 | 0.25 | 168 | 0.93 | 0.39 |
| Hex | 7 | C0 | 9B | 60 | 0 | 13 | 19 | A8 | 5D | 27 |
| Octal | 7 | 300 | 233 | 140 | 0 | 23 | 31 | 250 | 135 | 47 |
| Binary | 111 | 11000000 | 10011011 | 1100000 | 0 | 10011 | 11001 | 10101000 | 1011101 | 100111 |
Color Harmonies of #07C09B
Complementary color
Monochromatic Colors of #07C09B
Black with #07C09B
Text Example
Text Example
White with #07C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C09B; }
p { color: rgb(7,192,155); }
H1.HeaderClassName
{
color: #07C09B;
}
.AnyTagClassName
{
color: #07C09B;
}
</style>
background-color css
<style>
a { background-color: #07C09B; }
a { background-color: rgb(7,192,155); }
div.DivClassName
{
background-color: #07C09B;
}
.BgClassName
{
background-color: #07C09B;
}
</style>
border-color css
<style>
span { border-color: #07C09B; }
span { border-color: rgb(7,192,155); }
td.TdClassName
{
border-color: #07C09B;
}
.TagClassName
{
border-color: #07C09B;
}
</style>