#33A28F

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

Shades of Gossamer #33A28F

Tints of Gossamer #33A28F

Color information

#33A28F (or 0x33A28F) is unknown color: approx Gossamer. HEX triplet: 33, A2 and 8F. RGB value is (51,162,143). Sum of RGB (Red+Green+Blue) = 51+162+143=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #33A28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A28F is #CC5D70. Grayscale: #7E7E7E. Windows color (decimal): -13393265 or 9413171. OLE color: 9413171.

HSL color Cylindrical-coordinate representation of color #33A28F: hue angle of 169.73º 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 #33A28F is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB51162143-
CMYK0.6900.120.36
HSL169.73º52.11%41.76%-
HSV(B)169.73º68.52%63.53%-
XYZ19.2428.5330.48-
YUV126.64137.2374.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=14.33%
G=45.51%
B=40.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511621430.6900.120.36169.7352.1141.76
Hex33A28F450C24aa342a
Octal63242217105014442526452
Binary110011101000101000111110001010110010010010101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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