Shades of Caribbean Green #07B99C
Tints of Caribbean Green #07B99C
RGB
CMYK
RGB Variations
Color information
#07B99C (or 0x07B99C) is known color: Caribbean Green. HEX triplet: 07, B9 and 9C. RGB value is (7,185,156). Sum of RGB (Red+Green+Blue) = 7+185+156=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #07B99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B99C is #F84663. Grayscale: #808080. Windows color (decimal): -16270948 or 10270983. OLE color: 10270983.
HSL color Cylindrical-coordinate representation of color #07B99C: hue angle of 170.22º 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 #07B99C is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 156 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.27 |
| HSL | 170.22º | 0.93% | 0.38% | - |
| HSV(B) | 170.22º | 0.96% | 0.73% | - |
| XYZ | 23.44 | 37.14 | 37.39 | - |
| YUV | 128.47 | 143.53 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 156 | 0.96 | 0 | 0.16 | 0.27 | 170.22 | 0.93 | 0.38 |
| Hex | 7 | B9 | 9C | 60 | 0 | 10 | 1B | AA | 5D | 26 |
| Octal | 7 | 271 | 234 | 140 | 0 | 20 | 33 | 252 | 135 | 46 |
| Binary | 111 | 10111001 | 10011100 | 1100000 | 0 | 10000 | 11011 | 10101010 | 1011101 | 100110 |
Color Harmonies of #07B99C
Complementary color
Monochromatic Colors of #07B99C
Black with #07B99C
Text Example
Text Example
White with #07B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B99C; }
p { color: rgb(7,185,156); }
H1.HeaderClassName
{
color: #07B99C;
}
.AnyTagClassName
{
color: #07B99C;
}
</style>
background-color css
<style>
a { background-color: #07B99C; }
a { background-color: rgb(7,185,156); }
div.DivClassName
{
background-color: #07B99C;
}
.BgClassName
{
background-color: #07B99C;
}
</style>
border-color css
<style>
span { border-color: #07B99C; }
span { border-color: rgb(7,185,156); }
td.TdClassName
{
border-color: #07B99C;
}
.TagClassName
{
border-color: #07B99C;
}
</style>