#33A28D

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

Shades of Gossamer #33A28D

Tints of Gossamer #33A28D

Color information

#33A28D (or 0x33A28D) is unknown color: approx Gossamer. HEX triplet: 33, A2 and 8D. RGB value is (51,162,141). Sum of RGB (Red+Green+Blue) = 51+162+141=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #33A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A28D is #CC5D72. Grayscale: #7E7E7E. Windows color (decimal): -13393267 or 9282099. OLE color: 9282099.

HSL color Cylindrical-coordinate representation of color #33A28D: hue angle of 168.65º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A28D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB51162141-
CMYK0.6900.130.36
HSL168.65º52.11%41.76%-
HSV(B)168.65º68.52%63.53%-
XYZ19.0928.4729.69-
YUV126.42136.2374.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=14.41%
G=45.76%
B=39.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511621410.6900.130.36168.6552.1141.76
Hex33A28D450D24a9342a
Octal63242215105015442516452
Binary110011101000101000110110001010110110010010101001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,162,141); }

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

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

 a { background-color: rgb(51,162,141); }

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

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

 span { border-color: rgb(51,162,141); }

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