Html Css Color HEX #33A17F Gossamer

📋 copy color: '#33A17F'

red 51 ◦ green 161 ◦ blue 127

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

Shades of Gossamer #33A17F

Tints of Gossamer #33A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 127 (50% from 255) = 37.46%

R = 15.04%
G = 47.49%
B = 37.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#33A17F (or 0x33A17F) is known color: Gossamer. HEX triplet: 33, A1 and 7F. RGB value is (51,161,127). Sum of RGB (Red+Green+Blue) = 51+161+127=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #33A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A17F is #CC5E80. Grayscale: #7C7C7C. Windows color (decimal): -13393537 or 8364339. OLE color: 8364339.

HSL color Cylindrical-coordinate representation of color #33A17F: hue angle of 161.45º 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 #33A17F is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 161 127 -
CMYK 0.68 0 0.21 0.37
HSL 161.45º 0.52% 0.42% -
HSV(B) 161.45º 0.68% 0.63% -
XYZ 17.94 27.73 24.48 -
YUV 124.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 51 161 127 0.68 0 0.21 0.37 161.45 0.52 0.42
Hex 33 A1 7F 44 0 15 25 A1 34 2A
Octal 63 241 177 104 0 25 45 241 64 52
Binary 110011 10100001 1111111 1000100 0 10101 100101 10100001 110100 101010

Color Harmonies of #33A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A17F

Black with #33A17F

Text Example


Text Example

White with #33A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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