Shades of Gossamer #34A389
Tints of Gossamer #34A389
RGB
CMYK
RGB Variations
Color information
#34A389 (or 0x34A389) is known color: Gossamer. HEX triplet: 34, A3 and 89. RGB value is (52,163,137). Sum of RGB (Red+Green+Blue) = 52+163+137=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #34A389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A389 is #CB5C76. Grayscale: #7E7E7E. Windows color (decimal): -13327479 or 9020212. OLE color: 9020212.
HSL color Cylindrical-coordinate representation of color #34A389: hue angle of 165.95º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A389 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 137 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.36 |
| HSL | 165.95º | 0.52% | 0.42% | - |
| HSV(B) | 165.95º | 0.68% | 0.64% | - |
| XYZ | 19.03 | 28.73 | 28.21 | - |
| YUV | 126.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 137 | 0.68 | 0 | 0.16 | 0.36 | 165.95 | 0.52 | 0.42 |
| Hex | 34 | A3 | 89 | 44 | 0 | 10 | 24 | A6 | 34 | 2A |
| Octal | 64 | 243 | 211 | 104 | 0 | 20 | 44 | 246 | 64 | 52 |
| Binary | 110100 | 10100011 | 10001001 | 1000100 | 0 | 10000 | 100100 | 10100110 | 110100 | 101010 |
Color Harmonies of #34A389
Complementary color
Monochromatic Colors of #34A389
Black with #34A389
Text Example
Text Example
White with #34A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A389; }
p { color: rgb(52,163,137); }
H1.HeaderClassName
{
color: #34A389;
}
.AnyTagClassName
{
color: #34A389;
}
</style>
background-color css
<style>
a { background-color: #34A389; }
a { background-color: rgb(52,163,137); }
div.DivClassName
{
background-color: #34A389;
}
.BgClassName
{
background-color: #34A389;
}
</style>
border-color css
<style>
span { border-color: #34A389; }
span { border-color: rgb(52,163,137); }
td.TdClassName
{
border-color: #34A389;
}
.TagClassName
{
border-color: #34A389;
}
</style>