Html Css Color HEX #41AE8D Gossamer

📋 copy color: '#41AE8D'

red 65 ◦ green 174 ◦ blue 141

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

Shades of Gossamer #41AE8D

Tints of Gossamer #41AE8D

RGB

 RED value IS 65 (25.78% from 255) = 17.11%

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 17.11%
G = 45.79%
B = 37.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#41AE8D (or 0x41AE8D) is known color: Gossamer. HEX triplet: 41, AE and 8D. RGB value is (65,174,141). Sum of RGB (Red+Green+Blue) = 65+174+141=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #41AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AE8D is #BE5172. Grayscale: #898989. Windows color (decimal): -12472691 or 9285185. OLE color: 9285185.

HSL color Cylindrical-coordinate representation of color #41AE8D: hue angle of 161.83º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AE8D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 174 141 -
CMYK 0.63 0 0.19 0.32
HSL 161.83º 0.46% 0.47% -
HSV(B) 161.83º 0.63% 0.68% -
XYZ 22.12 33.32 30.46 -
YUV 137.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 65 174 141 0.63 0 0.19 0.32 161.83 0.46 0.47
Hex 41 AE 8D 3F 0 13 20 A2 2E 2F
Octal 101 256 215 77 0 23 40 242 56 57
Binary 1000001 10101110 10001101 111111 0 10011 100000 10100010 101110 101111

Color Harmonies of #41AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AE8D

Black with #41AE8D

Text Example


Text Example

White with #41AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41AE8D; }

 p { color: rgb(65,174,141); }

 H1.HeaderClassName
 {
   color: #41AE8D;
 }
 .AnyTagClassName
 {
   color: #41AE8D;
 }
</style>

background-color css

<style>
 a { background-color: #41AE8D; }

 a { background-color: rgb(65,174,141); }

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

border-color css

<style>
 span { border-color: #41AE8D; }

 span { border-color: rgb(65,174,141); }

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