Html Css Color HEX #41AA9B Gossamer

📋 copy color: '#41AA9B'

red 65 ◦ green 170 ◦ blue 155

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

Shades of Gossamer #41AA9B

Tints of Gossamer #41AA9B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 16.67%
G = 43.59%
B = 39.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#41AA9B (or 0x41AA9B) is known color: Gossamer. HEX triplet: 41, AA and 9B. RGB value is (65,170,155). Sum of RGB (Red+Green+Blue) = 65+170+155=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AA9B is #BE5564. Grayscale: #888888. Windows color (decimal): -12473701 or 10201665. OLE color: 10201665.

HSL color Cylindrical-coordinate representation of color #41AA9B: hue angle of 171.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA9B is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 170 155 -
CMYK 0.62 0 0.09 0.33
HSL 171.43º 0.45% 0.46% -
HSV(B) 171.43º 0.62% 0.67% -
XYZ 22.47 32.24 36.05 -
YUV 136.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 65 170 155 0.62 0 0.09 0.33 171.43 0.45 0.46
Hex 41 AA 9B 3E 0 9 21 AB 2D 2E
Octal 101 252 233 76 0 11 41 253 55 56
Binary 1000001 10101010 10011011 111110 0 1001 100001 10101011 101101 101110

Color Harmonies of #41AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AA9B

Black with #41AA9B

Text Example


Text Example

White with #41AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,170,155); }

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

background-color css

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

 a { background-color: rgb(65,170,155); }

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

border-color css

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

 span { border-color: rgb(65,170,155); }

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