Shades of Gossamer #299984
Tints of Gossamer #299984
RGB
CMYK
RGB Variations
Color information
#299984 (or 0x299984) is known color: Gossamer. HEX triplet: 29, 99 and 84. RGB value is (41,153,132). Sum of RGB (Red+Green+Blue) = 41+153+132=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #299984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299984 is #D6667B. Grayscale: #757575. Windows color (decimal): -14050940 or 8689961. OLE color: 8689961.
HSL color Cylindrical-coordinate representation of color #299984: hue angle of 168.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299984 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 132 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.4 |
| HSL | 168.75º | 0.58% | 0.38% | - |
| HSV(B) | 168.75º | 0.73% | 0.6% | - |
| XYZ | 16.47 | 24.92 | 25.77 | - |
| YUV | 117.12 | 136.39 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 132 | 0.73 | 0 | 0.14 | 0.4 | 168.75 | 0.58 | 0.38 |
| Hex | 29 | 99 | 84 | 49 | 0 | E | 28 | A9 | 3A | 26 |
| Octal | 51 | 231 | 204 | 111 | 0 | 16 | 50 | 251 | 72 | 46 |
| Binary | 101001 | 10011001 | 10000100 | 1001001 | 0 | 1110 | 101000 | 10101001 | 111010 | 100110 |
Color Harmonies of #299984
Complementary color
Monochromatic Colors of #299984
Black with #299984
Text Example
Text Example
White with #299984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299984; }
p { color: rgb(41,153,132); }
H1.HeaderClassName
{
color: #299984;
}
.AnyTagClassName
{
color: #299984;
}
</style>
background-color css
<style>
a { background-color: #299984; }
a { background-color: rgb(41,153,132); }
div.DivClassName
{
background-color: #299984;
}
.BgClassName
{
background-color: #299984;
}
</style>
border-color css
<style>
span { border-color: #299984; }
span { border-color: rgb(41,153,132); }
td.TdClassName
{
border-color: #299984;
}
.TagClassName
{
border-color: #299984;
}
</style>