Shades of Gossamer #33A17C
Tints of Gossamer #33A17C
RGB
CMYK
RGB Variations
Color information
#33A17C (or 0x33A17C) is known color: Gossamer. HEX triplet: 33, A1 and 7C. RGB value is (51,161,124). Sum of RGB (Red+Green+Blue) = 51+161+124=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #33A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A17C is #CC5E83. Grayscale: #7B7B7B. Windows color (decimal): -13393540 or 8167731. OLE color: 8167731.
HSL color Cylindrical-coordinate representation of color #33A17C: hue angle of 159.82º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A17C is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 124 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.37 |
| HSL | 159.82º | 0.52% | 0.42% | - |
| HSV(B) | 159.82º | 0.68% | 0.63% | - |
| XYZ | 17.75 | 27.65 | 23.47 | - |
| YUV | 123.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 124 | 0.68 | 0 | 0.23 | 0.37 | 159.82 | 0.52 | 0.42 |
| Hex | 33 | A1 | 7C | 44 | 0 | 17 | 25 | A0 | 34 | 2A |
| Octal | 63 | 241 | 174 | 104 | 0 | 27 | 45 | 240 | 64 | 52 |
| Binary | 110011 | 10100001 | 1111100 | 1000100 | 0 | 10111 | 100101 | 10100000 | 110100 | 101010 |
Color Harmonies of #33A17C
Complementary color
Monochromatic Colors of #33A17C
Black with #33A17C
Text Example
Text Example
White with #33A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A17C; }
p { color: rgb(51,161,124); }
H1.HeaderClassName
{
color: #33A17C;
}
.AnyTagClassName
{
color: #33A17C;
}
</style>
background-color css
<style>
a { background-color: #33A17C; }
a { background-color: rgb(51,161,124); }
div.DivClassName
{
background-color: #33A17C;
}
.BgClassName
{
background-color: #33A17C;
}
</style>
border-color css
<style>
span { border-color: #33A17C; }
span { border-color: rgb(51,161,124); }
td.TdClassName
{
border-color: #33A17C;
}
.TagClassName
{
border-color: #33A17C;
}
</style>