#33A082

Color #33A082 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #33A082

Tints of Gossamer #33A082

Color information

#33A082 (or 0x33A082) is unknown color: approx Gossamer. HEX triplet: 33, A0 and 82. RGB value is (51,160,130). Sum of RGB (Red+Green+Blue) = 51+160+130=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #33A082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A082 is #CC5F7D. Grayscale: #7B7B7B. Windows color (decimal): -13393790 or 8560691. OLE color: 8560691.

HSL color Cylindrical-coordinate representation of color #33A082: hue angle of 163.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A082 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB51160130-
CMYK0.6800.190.37
HSL163.49º51.66%41.37%-
HSV(B)163.49º68.12%62.75%-
XYZ17.9727.4625.47-
YUV123.99131.3975.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=14.96%
G=46.92%
B=38.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal511601300.6800.190.37163.4951.6641.37
Hex33A0824401325a33429
Octal63240202104023452436451
Binary1100111010000010000010100010001001110010110100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A082; }

 p { color: rgb(51,160,130); }

 H1.HeaderClassName
 {
   color: #33A082;
 }
 .AnyTagClassName
 {
   color: #33A082;
 }
</style>
background-color css

<style>
 a { background-color: #33A082; }

 a { background-color: rgb(51,160,130); }

 div.DivClassName
 {
   background-color: #33A082;
 }
 .BgClassName
 {
   background-color: #33A082;
 }
</style>
border-color css

<style>
 span { border-color: #33A082; }

 span { border-color: rgb(51,160,130); }

 td.TdClassName
 {
   border-color: #33A082;
 }
 .TagClassName
 {
   border-color: #33A082;
 }
</style>