#33A18D

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

Shades of Gossamer #33A18D

Tints of Gossamer #33A18D

Color information

#33A18D (or 0x33A18D) is unknown color: approx Gossamer. HEX triplet: 33, A1 and 8D. RGB value is (51,161,141). Sum of RGB (Red+Green+Blue) = 51+161+141=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #33A18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A18D is #CC5E72. Grayscale: #7D7D7D. Windows color (decimal): -13393523 or 9281843. OLE color: 9281843.

HSL color Cylindrical-coordinate representation of color #33A18D: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A18D is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB51161141-
CMYK0.6800.120.37
HSL169.09º51.89%41.57%-
HSV(B)169.09º68.32%63.14%-
XYZ18.9228.1229.63-
YUV125.83136.5674.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.45%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=14.45%
G=45.61%
B=39.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal511611410.6800.120.37169.0951.8941.57
Hex33A18D440C25a9342a
Octal63241215104014452516452
Binary110011101000011000110110001000110010010110101001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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