Html Css Color HEX #33A37D Gossamer

📋 copy color: '#33A37D'

red 51 ◦ green 163 ◦ blue 125

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

Shades of Gossamer #33A37D

Tints of Gossamer #33A37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 15.04%
G = 48.08%
B = 36.87%

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

#33A37D (or 0x33A37D) is known color: Gossamer. HEX triplet: 33, A3 and 7D. RGB value is (51,163,125). Sum of RGB (Red+Green+Blue) = 51+163+125=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #33A37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A37D is #CC5C82. Grayscale: #7D7D7D. Windows color (decimal): -13393027 or 8233779. OLE color: 8233779.

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

Color convert

RGB 51 163 125 -
CMYK 0.69 0 0.23 0.36
HSL 159.64º 0.52% 0.42% -
HSV(B) 159.64º 0.69% 0.64% -
XYZ 18.16 28.38 23.92 -
YUV 125.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 51 163 125 0.69 0 0.23 0.36 159.64 0.52 0.42
Hex 33 A3 7D 45 0 17 24 A0 34 2A
Octal 63 243 175 105 0 27 44 240 64 52
Binary 110011 10100011 1111101 1000101 0 10111 100100 10100000 110100 101010

Color Harmonies of #33A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A37D

Black with #33A37D

Text Example


Text Example

White with #33A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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