Shades of Gossamer #34A17C
Tints of Gossamer #34A17C
RGB
CMYK
RGB Variations
Color information
#34A17C (or 0x34A17C) is known color: Gossamer. HEX triplet: 34, A1 and 7C. RGB value is (52,161,124). Sum of RGB (Red+Green+Blue) = 52+161+124=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #34A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A17C is #CB5E83. Grayscale: #7C7C7C. Windows color (decimal): -13328004 or 8167732. OLE color: 8167732.
HSL color Cylindrical-coordinate representation of color #34A17C: hue angle of 159.63º degrees, saturation: 0.51, 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 #34A17C is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 124 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.37 |
| HSL | 159.63º | 0.51% | 0.42% | - |
| HSV(B) | 159.63º | 0.68% | 0.63% | - |
| XYZ | 17.8 | 27.68 | 23.47 | - |
| YUV | 124.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 124 | 0.68 | 0 | 0.23 | 0.37 | 159.63 | 0.51 | 0.42 |
| Hex | 34 | A1 | 7C | 44 | 0 | 17 | 25 | A0 | 33 | 2A |
| Octal | 64 | 241 | 174 | 104 | 0 | 27 | 45 | 240 | 63 | 52 |
| Binary | 110100 | 10100001 | 1111100 | 1000100 | 0 | 10111 | 100101 | 10100000 | 110011 | 101010 |
Color Harmonies of #34A17C
Complementary color
Monochromatic Colors of #34A17C
Black with #34A17C
Text Example
Text Example
White with #34A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A17C; }
p { color: rgb(52,161,124); }
H1.HeaderClassName
{
color: #34A17C;
}
.AnyTagClassName
{
color: #34A17C;
}
</style>
background-color css
<style>
a { background-color: #34A17C; }
a { background-color: rgb(52,161,124); }
div.DivClassName
{
background-color: #34A17C;
}
.BgClassName
{
background-color: #34A17C;
}
</style>
border-color css
<style>
span { border-color: #34A17C; }
span { border-color: rgb(52,161,124); }
td.TdClassName
{
border-color: #34A17C;
}
.TagClassName
{
border-color: #34A17C;
}
</style>