#33A27B

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

Shades of Gossamer #33A27B

Tints of Gossamer #33A27B

Color information

#33A27B (or 0x33A27B) is unknown color: approx Gossamer. HEX triplet: 33, A2 and 7B. RGB value is (51,162,123). Sum of RGB (Red+Green+Blue) = 51+162+123=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #33A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A27B is #CC5D84. Grayscale: #7C7C7C. Windows color (decimal): -13393285 or 8102451. OLE color: 8102451.

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

Color convert

RGB51162123-
CMYK0.6900.240.36
HSL158.92º52.11%41.76%-
HSV(B)158.92º68.52%63.53%-
XYZ17.8627.9723.2-
YUV124.36127.2375.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=15.18%
G=48.21%
B=36.61%

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
Decimal511621230.6900.240.36158.9252.1141.76
Hex33A27B45018249f342a
Octal63242173105030442376452
Binary110011101000101111011100010101100010010010011111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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