Shades of Gossamer #33A680
Tints of Gossamer #33A680
RGB
CMYK
RGB Variations
Color information
#33A680 (or 0x33A680) is known color: Gossamer. HEX triplet: 33, A6 and 80. RGB value is (51,166,128). Sum of RGB (Red+Green+Blue) = 51+166+128=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #33A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A680 is #CC597F. Grayscale: #7F7F7F. Windows color (decimal): -13392256 or 8431155. OLE color: 8431155.
HSL color Cylindrical-coordinate representation of color #33A680: hue angle of 160.17º degrees, saturation: 0.53, 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 #33A680 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 128 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.35 |
| HSL | 160.17º | 0.53% | 0.43% | - |
| HSV(B) | 160.17º | 0.69% | 0.65% | - |
| XYZ | 18.9 | 29.53 | 25.13 | - |
| YUV | 127.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 128 | 0.69 | 0 | 0.23 | 0.35 | 160.17 | 0.53 | 0.43 |
| Hex | 33 | A6 | 80 | 45 | 0 | 17 | 23 | A0 | 35 | 2B |
| Octal | 63 | 246 | 200 | 105 | 0 | 27 | 43 | 240 | 65 | 53 |
| Binary | 110011 | 10100110 | 10000000 | 1000101 | 0 | 10111 | 100011 | 10100000 | 110101 | 101011 |
Color Harmonies of #33A680
Complementary color
Monochromatic Colors of #33A680
Black with #33A680
Text Example
Text Example
White with #33A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A680; }
p { color: rgb(51,166,128); }
H1.HeaderClassName
{
color: #33A680;
}
.AnyTagClassName
{
color: #33A680;
}
</style>
background-color css
<style>
a { background-color: #33A680; }
a { background-color: rgb(51,166,128); }
div.DivClassName
{
background-color: #33A680;
}
.BgClassName
{
background-color: #33A680;
}
</style>
border-color css
<style>
span { border-color: #33A680; }
span { border-color: rgb(51,166,128); }
td.TdClassName
{
border-color: #33A680;
}
.TagClassName
{
border-color: #33A680;
}
</style>