Html Css Color HEX #33A47C Gossamer

📋 copy color: '#33A47C'

red 51 ◦ green 164 ◦ blue 124

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

Shades of Gossamer #33A47C

Tints of Gossamer #33A47C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.38%

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

R = 15.04%
G = 48.38%
B = 36.58%

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

#33A47C (or 0x33A47C) is known color: Gossamer. HEX triplet: 33, A4 and 7C. RGB value is (51,164,124). Sum of RGB (Red+Green+Blue) = 51+164+124=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #33A47C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A47C is #CC5B83. Grayscale: #7D7D7D. Windows color (decimal): -13392772 or 8168499. OLE color: 8168499.

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

Color convert

RGB 51 164 124 -
CMYK 0.69 0 0.24 0.36
HSL 158.76º 0.53% 0.42% -
HSV(B) 158.76º 0.69% 0.64% -
XYZ 18.28 28.71 23.65 -
YUV 125.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 51 164 124 0.69 0 0.24 0.36 158.76 0.53 0.42
Hex 33 A4 7C 45 0 18 24 9F 35 2A
Octal 63 244 174 105 0 30 44 237 65 52
Binary 110011 10100100 1111100 1000101 0 11000 100100 10011111 110101 101010

Color Harmonies of #33A47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A47C

Black with #33A47C

Text Example


Text Example

White with #33A47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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