Shades of Gossamer #34A191
Tints of Gossamer #34A191
RGB
CMYK
RGB Variations
Color information
#34A191 (or 0x34A191) is known color: Gossamer. HEX triplet: 34, A1 and 91. RGB value is (52,161,145). Sum of RGB (Red+Green+Blue) = 52+161+145=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #34A191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A191 is #CB5E6E. Grayscale: #7E7E7E. Windows color (decimal): -13327983 or 9543988. OLE color: 9543988.
HSL color Cylindrical-coordinate representation of color #34A191: hue angle of 171.19º 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 #34A191 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 145 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.37 |
| HSL | 171.19º | 0.51% | 0.42% | - |
| HSV(B) | 171.19º | 0.68% | 0.63% | - |
| XYZ | 19.27 | 28.26 | 31.23 | - |
| YUV | 126.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 145 | 0.68 | 0 | 0.10 | 0.37 | 171.19 | 0.51 | 0.42 |
| Hex | 34 | A1 | 91 | 44 | 0 | A | 25 | AB | 33 | 2A |
| Octal | 64 | 241 | 221 | 104 | 0 | 12 | 45 | 253 | 63 | 52 |
| Binary | 110100 | 10100001 | 10010001 | 1000100 | 0 | 1010 | 100101 | 10101011 | 110011 | 101010 |
Color Harmonies of #34A191
Complementary color
Monochromatic Colors of #34A191
Black with #34A191
Text Example
Text Example
White with #34A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A191; }
p { color: rgb(52,161,145); }
H1.HeaderClassName
{
color: #34A191;
}
.AnyTagClassName
{
color: #34A191;
}
</style>
background-color css
<style>
a { background-color: #34A191; }
a { background-color: rgb(52,161,145); }
div.DivClassName
{
background-color: #34A191;
}
.BgClassName
{
background-color: #34A191;
}
</style>
border-color css
<style>
span { border-color: #34A191; }
span { border-color: rgb(52,161,145); }
td.TdClassName
{
border-color: #34A191;
}
.TagClassName
{
border-color: #34A191;
}
</style>