Shades of Gossamer #34998C
Tints of Gossamer #34998C
RGB
CMYK
RGB Variations
Color information
#34998C (or 0x34998C) is known color: Gossamer. HEX triplet: 34, 99 and 8C. RGB value is (52,153,140). Sum of RGB (Red+Green+Blue) = 52+153+140=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #34998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34998C is #CB6673. Grayscale: #797979. Windows color (decimal): -13330036 or 9214260. OLE color: 9214260.
HSL color Cylindrical-coordinate representation of color #34998C: hue angle of 172.28º 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 #34998C is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 140 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.4 |
| HSL | 172.28º | 0.49% | 0.4% | - |
| HSV(B) | 172.28º | 0.66% | 0.6% | - |
| XYZ | 17.54 | 25.41 | 28.79 | - |
| YUV | 121.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 140 | 0.66 | 0 | 0.08 | 0.4 | 172.28 | 0.49 | 0.4 |
| Hex | 34 | 99 | 8C | 42 | 0 | 8 | 28 | AC | 31 | 28 |
| Octal | 64 | 231 | 214 | 102 | 0 | 10 | 50 | 254 | 61 | 50 |
| Binary | 110100 | 10011001 | 10001100 | 1000010 | 0 | 1000 | 101000 | 10101100 | 110001 | 101000 |
Color Harmonies of #34998C
Complementary color
Monochromatic Colors of #34998C
Black with #34998C
Text Example
Text Example
White with #34998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34998C; }
p { color: rgb(52,153,140); }
H1.HeaderClassName
{
color: #34998C;
}
.AnyTagClassName
{
color: #34998C;
}
</style>
background-color css
<style>
a { background-color: #34998C; }
a { background-color: rgb(52,153,140); }
div.DivClassName
{
background-color: #34998C;
}
.BgClassName
{
background-color: #34998C;
}
</style>
border-color css
<style>
span { border-color: #34998C; }
span { border-color: rgb(52,153,140); }
td.TdClassName
{
border-color: #34998C;
}
.TagClassName
{
border-color: #34998C;
}
</style>