Shades of Gossamer #34A184
Tints of Gossamer #34A184
RGB
CMYK
RGB Variations
Color information
#34A184 (or 0x34A184) is known color: Gossamer. HEX triplet: 34, A1 and 84. RGB value is (52,161,132). Sum of RGB (Red+Green+Blue) = 52+161+132=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #34A184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A184 is #CB5E7B. Grayscale: #7D7D7D. Windows color (decimal): -13327996 or 8692020. OLE color: 8692020.
HSL color Cylindrical-coordinate representation of color #34A184: hue angle of 164.04º 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 #34A184 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 132 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.37 |
| HSL | 164.04º | 0.51% | 0.42% | - |
| HSV(B) | 164.04º | 0.68% | 0.63% | - |
| XYZ | 18.33 | 27.89 | 26.25 | - |
| YUV | 125.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 132 | 0.68 | 0 | 0.18 | 0.37 | 164.04 | 0.51 | 0.42 |
| Hex | 34 | A1 | 84 | 44 | 0 | 12 | 25 | A4 | 33 | 2A |
| Octal | 64 | 241 | 204 | 104 | 0 | 22 | 45 | 244 | 63 | 52 |
| Binary | 110100 | 10100001 | 10000100 | 1000100 | 0 | 10010 | 100101 | 10100100 | 110011 | 101010 |
Color Harmonies of #34A184
Complementary color
Monochromatic Colors of #34A184
Black with #34A184
Text Example
Text Example
White with #34A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A184; }
p { color: rgb(52,161,132); }
H1.HeaderClassName
{
color: #34A184;
}
.AnyTagClassName
{
color: #34A184;
}
</style>
background-color css
<style>
a { background-color: #34A184; }
a { background-color: rgb(52,161,132); }
div.DivClassName
{
background-color: #34A184;
}
.BgClassName
{
background-color: #34A184;
}
</style>
border-color css
<style>
span { border-color: #34A184; }
span { border-color: rgb(52,161,132); }
td.TdClassName
{
border-color: #34A184;
}
.TagClassName
{
border-color: #34A184;
}
</style>