#33A47B

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

Shades of Gossamer #33A47B

Tints of Gossamer #33A47B

Color information

#33A47B (or 0x33A47B) is unknown color: approx Gossamer. HEX triplet: 33, A4 and 7B. RGB value is (51,164,123). Sum of RGB (Red+Green+Blue) = 51+164+123=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #33A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A47B is #CC5B84. Grayscale: #7D7D7D. Windows color (decimal): -13392773 or 8102963. OLE color: 8102963.

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

Color convert

RGB51164123-
CMYK0.6900.250.36
HSL158.23º52.56%42.16%-
HSV(B)158.23º68.9%64.31%-
XYZ18.2228.6823.32-
YUV125.54126.5674.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=15.09%
G=48.52%
B=36.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511641230.6900.250.36158.2352.5642.16
Hex33A47B45019249e352a
Octal63244173105031442366552
Binary110011101001001111011100010101100110010010011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,164,123); }

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

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

 a { background-color: rgb(51,164,123); }

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

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

 span { border-color: rgb(51,164,123); }

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