Shades of Caribbean Green #07B99E
Tints of Caribbean Green #07B99E
RGB
CMYK
RGB Variations
Color information
#07B99E (or 0x07B99E) is known color: Caribbean Green. HEX triplet: 07, B9 and 9E. RGB value is (7,185,158). Sum of RGB (Red+Green+Blue) = 7+185+158=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #07B99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B99E is #F84661. Grayscale: #808080. Windows color (decimal): -16270946 or 10402055. OLE color: 10402055.
HSL color Cylindrical-coordinate representation of color #07B99E: hue angle of 170.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B99E is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 158 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.27 |
| HSL | 170.9º | 0.93% | 0.38% | - |
| HSV(B) | 170.9º | 0.96% | 0.73% | - |
| XYZ | 23.61 | 37.21 | 38.29 | - |
| YUV | 128.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 158 | 0.96 | 0 | 0.15 | 0.27 | 170.9 | 0.93 | 0.38 |
| Hex | 7 | B9 | 9E | 60 | 0 | F | 1B | AB | 5D | 26 |
| Octal | 7 | 271 | 236 | 140 | 0 | 17 | 33 | 253 | 135 | 46 |
| Binary | 111 | 10111001 | 10011110 | 1100000 | 0 | 1111 | 11011 | 10101011 | 1011101 | 100110 |
Color Harmonies of #07B99E
Complementary color
Monochromatic Colors of #07B99E
Black with #07B99E
Text Example
Text Example
White with #07B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B99E; }
p { color: rgb(7,185,158); }
H1.HeaderClassName
{
color: #07B99E;
}
.AnyTagClassName
{
color: #07B99E;
}
</style>
background-color css
<style>
a { background-color: #07B99E; }
a { background-color: rgb(7,185,158); }
div.DivClassName
{
background-color: #07B99E;
}
.BgClassName
{
background-color: #07B99E;
}
</style>
border-color css
<style>
span { border-color: #07B99E; }
span { border-color: rgb(7,185,158); }
td.TdClassName
{
border-color: #07B99E;
}
.TagClassName
{
border-color: #07B99E;
}
</style>