Html Css Color HEX #33A37E Gossamer

📋 copy color: '#33A37E'

red 51 ◦ green 163 ◦ blue 126

#33A37E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #33A37E

Tints of Gossamer #33A37E

RGB

 RED value IS 51 (20.31% from 255) = 15%

 GREEN value IS 163 (64.06% from 255) = 47.94%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 15%
G = 47.94%
B = 37.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#33A37E (or 0x33A37E) is known color: Gossamer. HEX triplet: 33, A3 and 7E. RGB value is (51,163,126). Sum of RGB (Red+Green+Blue) = 51+163+126=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #33A37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A37E is #CC5C81. Grayscale: #7D7D7D. Windows color (decimal): -13393026 or 8299315. OLE color: 8299315.

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

Color convert

RGB 51 163 126 -
CMYK 0.69 0 0.23 0.36
HSL 160.18º 0.52% 0.42% -
HSV(B) 160.18º 0.69% 0.64% -
XYZ 18.23 28.4 24.26 -
YUV 125.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 51 163 126 0.69 0 0.23 0.36 160.18 0.52 0.42
Hex 33 A3 7E 45 0 17 24 A0 34 2A
Octal 63 243 176 105 0 27 44 240 64 52
Binary 110011 10100011 1111110 1000101 0 10111 100100 10100000 110100 101010

Color Harmonies of #33A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A37E

Black with #33A37E

Text Example


Text Example

White with #33A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,163,126); }

 H1.HeaderClassName
 {
   color: #33A37E;
 }
 .AnyTagClassName
 {
   color: #33A37E;
 }
</style>

background-color css

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

 a { background-color: rgb(51,163,126); }

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

border-color css

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

 span { border-color: rgb(51,163,126); }

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