Html Css Color HEX #33A37C Gossamer

📋 copy color: '#33A37C'

red 51 ◦ green 163 ◦ blue 124

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

Shades of Gossamer #33A37C

Tints of Gossamer #33A37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 15.09%
G = 48.22%
B = 36.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#33A37C (or 0x33A37C) is known color: Gossamer. HEX triplet: 33, A3 and 7C. RGB value is (51,163,124). Sum of RGB (Red+Green+Blue) = 51+163+124=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #33A37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A37C is #CC5C83. Grayscale: #7D7D7D. Windows color (decimal): -13393028 or 8168243. OLE color: 8168243.

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

Color convert

RGB 51 163 124 -
CMYK 0.69 0 0.24 0.36
HSL 159.11º 0.52% 0.42% -
HSV(B) 159.11º 0.69% 0.64% -
XYZ 18.1 28.35 23.59 -
YUV 125.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 51 163 124 0.69 0 0.24 0.36 159.11 0.52 0.42
Hex 33 A3 7C 45 0 18 24 9F 34 2A
Octal 63 243 174 105 0 30 44 237 64 52
Binary 110011 10100011 1111100 1000101 0 11000 100100 10011111 110100 101010

Color Harmonies of #33A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A37C

Black with #33A37C

Text Example


Text Example

White with #33A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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