Shades of Gossip #99CA8E
Tints of Gossip #99CA8E
RGB
CMYK
RGB Variations
Color information
#99CA8E (or 0x99CA8E) is known color: Gossip. HEX triplet: 99, CA and 8E. RGB value is (153,202,142). Sum of RGB (Red+Green+Blue) = 153+202+142=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA8E is #663571. Grayscale: #B4B4B4. Windows color (decimal): -6698354 or 9357977. OLE color: 9357977.
HSL color Cylindrical-coordinate representation of color #99CA8E: hue angle of 109º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CA8E is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 142 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.21 |
| HSL | 109º | 0.36% | 0.67% | - |
| HSV(B) | 109º | 0.3% | 0.79% | - |
| XYZ | 39.14 | 50.97 | 33.37 | - |
| YUV | 180.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 142 | 0.24 | 0 | 0.30 | 0.21 | 109 | 0.36 | 0.67 |
| Hex | 99 | CA | 8E | 18 | 0 | 1E | 15 | 6D | 24 | 43 |
| Octal | 231 | 312 | 216 | 30 | 0 | 36 | 25 | 155 | 44 | 103 |
| Binary | 10011001 | 11001010 | 10001110 | 11000 | 0 | 11110 | 10101 | 1101101 | 100100 | 1000011 |
Color Harmonies of #99CA8E
Complementary color
Monochromatic Colors of #99CA8E
Black with #99CA8E
Text Example
Text Example
White with #99CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA8E; }
p { color: rgb(153,202,142); }
H1.HeaderClassName
{
color: #99CA8E;
}
.AnyTagClassName
{
color: #99CA8E;
}
</style>
background-color css
<style>
a { background-color: #99CA8E; }
a { background-color: rgb(153,202,142); }
div.DivClassName
{
background-color: #99CA8E;
}
.BgClassName
{
background-color: #99CA8E;
}
</style>
border-color css
<style>
span { border-color: #99CA8E; }
span { border-color: rgb(153,202,142); }
td.TdClassName
{
border-color: #99CA8E;
}
.TagClassName
{
border-color: #99CA8E;
}
</style>