#33A47D

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

Shades of Gossamer #33A47D

Tints of Gossamer #33A47D

Color information

#33A47D (or 0x33A47D) is unknown color: approx Gossamer. HEX triplet: 33, A4 and 7D. RGB value is (51,164,125). Sum of RGB (Red+Green+Blue) = 51+164+125=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #33A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A47D is #CC5B82. Grayscale: #7D7D7D. Windows color (decimal): -13392771 or 8234035. OLE color: 8234035.

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

Color convert

RGB51164125-
CMYK0.6900.240.36
HSL159.29º52.56%42.16%-
HSV(B)159.29º68.9%64.31%-
XYZ18.3428.7423.98-
YUV125.77127.5674.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=15%
G=48.24%
B=36.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511641250.6900.240.36159.2952.5642.16
Hex33A47D45018249f352a
Octal63244175105030442376552
Binary110011101001001111101100010101100010010010011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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