Html Css Color HEX #46A17D Gossamer

📋 copy color: '#46A17D'

red 70 ◦ green 161 ◦ blue 125

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

Shades of Gossamer #46A17D

Tints of Gossamer #46A17D

RGB

 RED value IS 70 (27.73% from 255) = 19.66%

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

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

R = 19.66%
G = 45.22%
B = 35.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#46A17D (or 0x46A17D) is known color: Gossamer. HEX triplet: 46, A1 and 7D. RGB value is (70,161,125). Sum of RGB (Red+Green+Blue) = 70+161+125=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #46A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A17D is #B95E82. Grayscale: #818181. Windows color (decimal): -12148355 or 8233286. OLE color: 8233286.

HSL color Cylindrical-coordinate representation of color #46A17D: hue angle of 156.26º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A17D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 161 125 -
CMYK 0.57 0 0.22 0.37
HSL 156.26º 0.39% 0.45% -
HSV(B) 156.26º 0.57% 0.63% -
XYZ 18.97 28.27 23.86 -
YUV 129.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 70 161 125 0.57 0 0.22 0.37 156.26 0.39 0.45
Hex 46 A1 7D 39 0 16 25 9C 27 2D
Octal 106 241 175 71 0 26 45 234 47 55
Binary 1000110 10100001 1111101 111001 0 10110 100101 10011100 100111 101101

Color Harmonies of #46A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A17D

Black with #46A17D

Text Example


Text Example

White with #46A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A17D; }

 p { color: rgb(70,161,125); }

 H1.HeaderClassName
 {
   color: #46A17D;
 }
 .AnyTagClassName
 {
   color: #46A17D;
 }
</style>

background-color css

<style>
 a { background-color: #46A17D; }

 a { background-color: rgb(70,161,125); }

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

border-color css

<style>
 span { border-color: #46A17D; }

 span { border-color: rgb(70,161,125); }

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