Shades of Caribbean Green #07B99D
Tints of Caribbean Green #07B99D
RGB
CMYK
RGB Variations
Color information
#07B99D (or 0x07B99D) is known color: Caribbean Green. HEX triplet: 07, B9 and 9D. RGB value is (7,185,157). Sum of RGB (Red+Green+Blue) = 7+185+157=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #07B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B99D is #F84662. Grayscale: #808080. Windows color (decimal): -16270947 or 10336519. OLE color: 10336519.
HSL color Cylindrical-coordinate representation of color #07B99D: hue angle of 170.56º 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 #07B99D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 157 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.27 |
| HSL | 170.56º | 0.93% | 0.38% | - |
| HSV(B) | 170.56º | 0.96% | 0.73% | - |
| XYZ | 23.52 | 37.18 | 37.83 | - |
| YUV | 128.59 | 144.03 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 157 | 0.96 | 0 | 0.15 | 0.27 | 170.56 | 0.93 | 0.38 |
| Hex | 7 | B9 | 9D | 60 | 0 | F | 1B | AB | 5D | 26 |
| Octal | 7 | 271 | 235 | 140 | 0 | 17 | 33 | 253 | 135 | 46 |
| Binary | 111 | 10111001 | 10011101 | 1100000 | 0 | 1111 | 11011 | 10101011 | 1011101 | 100110 |
Color Harmonies of #07B99D
Complementary color
Monochromatic Colors of #07B99D
Black with #07B99D
Text Example
Text Example
White with #07B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B99D; }
p { color: rgb(7,185,157); }
H1.HeaderClassName
{
color: #07B99D;
}
.AnyTagClassName
{
color: #07B99D;
}
</style>
background-color css
<style>
a { background-color: #07B99D; }
a { background-color: rgb(7,185,157); }
div.DivClassName
{
background-color: #07B99D;
}
.BgClassName
{
background-color: #07B99D;
}
</style>
border-color css
<style>
span { border-color: #07B99D; }
span { border-color: rgb(7,185,157); }
td.TdClassName
{
border-color: #07B99D;
}
.TagClassName
{
border-color: #07B99D;
}
</style>