Html Css Color HEX #41AF8D Gossamer

📋 copy color: '#41AF8D'

red 65 ◦ green 175 ◦ blue 141

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

Shades of Gossamer #41AF8D

Tints of Gossamer #41AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.93%

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

R = 17.06%
G = 45.93%
B = 37.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#41AF8D (or 0x41AF8D) is known color: Gossamer. HEX triplet: 41, AF and 8D. RGB value is (65,175,141). Sum of RGB (Red+Green+Blue) = 65+175+141=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF8D is #BE5072. Grayscale: #8A8A8A. Windows color (decimal): -12472435 or 9285441. OLE color: 9285441.

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

Color convert

RGB 65 175 141 -
CMYK 0.63 0 0.19 0.31
HSL 161.45º 0.46% 0.47% -
HSV(B) 161.45º 0.63% 0.69% -
XYZ 22.32 33.71 30.53 -
YUV 138.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 65 175 141 0.63 0 0.19 0.31 161.45 0.46 0.47
Hex 41 AF 8D 3F 0 13 1F A1 2E 2F
Octal 101 257 215 77 0 23 37 241 56 57
Binary 1000001 10101111 10001101 111111 0 10011 11111 10100001 101110 101111

Color Harmonies of #41AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AF8D

Black with #41AF8D

Text Example


Text Example

White with #41AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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