Shades of Gossamer #34997F
Tints of Gossamer #34997F
RGB
CMYK
RGB Variations
Color information
#34997F (or 0x34997F) is known color: Gossamer. HEX triplet: 34, 99 and 7F. RGB value is (52,153,127). Sum of RGB (Red+Green+Blue) = 52+153+127=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #34997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997F is #CB6680. Grayscale: #777777. Windows color (decimal): -13330049 or 8362292. OLE color: 8362292.
HSL color Cylindrical-coordinate representation of color #34997F: hue angle of 164.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34997F is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 127 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.4 |
| HSL | 164.55º | 0.49% | 0.4% | - |
| HSV(B) | 164.55º | 0.66% | 0.6% | - |
| XYZ | 16.64 | 25.04 | 24.04 | - |
| YUV | 119.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 127 | 0.66 | 0 | 0.17 | 0.4 | 164.55 | 0.49 | 0.4 |
| Hex | 34 | 99 | 7F | 42 | 0 | 11 | 28 | A5 | 31 | 28 |
| Octal | 64 | 231 | 177 | 102 | 0 | 21 | 50 | 245 | 61 | 50 |
| Binary | 110100 | 10011001 | 1111111 | 1000010 | 0 | 10001 | 101000 | 10100101 | 110001 | 101000 |
Color Harmonies of #34997F
Complementary color
Monochromatic Colors of #34997F
Black with #34997F
Text Example
Text Example
White with #34997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34997F; }
p { color: rgb(52,153,127); }
H1.HeaderClassName
{
color: #34997F;
}
.AnyTagClassName
{
color: #34997F;
}
</style>
background-color css
<style>
a { background-color: #34997F; }
a { background-color: rgb(52,153,127); }
div.DivClassName
{
background-color: #34997F;
}
.BgClassName
{
background-color: #34997F;
}
</style>
border-color css
<style>
span { border-color: #34997F; }
span { border-color: rgb(52,153,127); }
td.TdClassName
{
border-color: #34997F;
}
.TagClassName
{
border-color: #34997F;
}
</style>