Shades of Gossamer #34A684
Tints of Gossamer #34A684
RGB
CMYK
RGB Variations
Color information
#34A684 (or 0x34A684) is known color: Gossamer. HEX triplet: 34, A6 and 84. RGB value is (52,166,132). Sum of RGB (Red+Green+Blue) = 52+166+132=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #34A684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A684 is #CB597B. Grayscale: #808080. Windows color (decimal): -13326716 or 8693300. OLE color: 8693300.
HSL color Cylindrical-coordinate representation of color #34A684: hue angle of 162.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A684 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 132 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.35 |
| HSL | 162.11º | 0.52% | 0.43% | - |
| HSV(B) | 162.11º | 0.69% | 0.65% | - |
| XYZ | 19.22 | 29.67 | 26.54 | - |
| YUV | 128.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 132 | 0.69 | 0 | 0.20 | 0.35 | 162.11 | 0.52 | 0.43 |
| Hex | 34 | A6 | 84 | 45 | 0 | 14 | 23 | A2 | 34 | 2B |
| Octal | 64 | 246 | 204 | 105 | 0 | 24 | 43 | 242 | 64 | 53 |
| Binary | 110100 | 10100110 | 10000100 | 1000101 | 0 | 10100 | 100011 | 10100010 | 110100 | 101011 |
Color Harmonies of #34A684
Complementary color
Monochromatic Colors of #34A684
Black with #34A684
Text Example
Text Example
White with #34A684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A684; }
p { color: rgb(52,166,132); }
H1.HeaderClassName
{
color: #34A684;
}
.AnyTagClassName
{
color: #34A684;
}
</style>
background-color css
<style>
a { background-color: #34A684; }
a { background-color: rgb(52,166,132); }
div.DivClassName
{
background-color: #34A684;
}
.BgClassName
{
background-color: #34A684;
}
</style>
border-color css
<style>
span { border-color: #34A684; }
span { border-color: rgb(52,166,132); }
td.TdClassName
{
border-color: #34A684;
}
.TagClassName
{
border-color: #34A684;
}
</style>