Html Css Color HEX #41AB8E Gossamer

📋 copy color: '#41AB8E'

red 65 ◦ green 171 ◦ blue 142

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

Shades of Gossamer #41AB8E

Tints of Gossamer #41AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 17.2%
G = 45.24%
B = 37.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#41AB8E (or 0x41AB8E) is known color: Gossamer. HEX triplet: 41, AB and 8E. RGB value is (65,171,142). Sum of RGB (Red+Green+Blue) = 65+171+142=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AB8E is #BE5471. Grayscale: #888888. Windows color (decimal): -12473458 or 9349953. OLE color: 9349953.

HSL color Cylindrical-coordinate representation of color #41AB8E: hue angle of 163.58º 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 #41AB8E is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 171 142 -
CMYK 0.62 0 0.17 0.33
HSL 163.58º 0.45% 0.46% -
HSV(B) 163.58º 0.62% 0.67% -
XYZ 21.63 32.2 30.67 -
YUV 136 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 65 171 142 0.62 0 0.17 0.33 163.58 0.45 0.46
Hex 41 AB 8E 3E 0 11 21 A4 2D 2E
Octal 101 253 216 76 0 21 41 244 55 56
Binary 1000001 10101011 10001110 111110 0 10001 100001 10100100 101101 101110

Color Harmonies of #41AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AB8E

Black with #41AB8E

Text Example


Text Example

White with #41AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,171,142); }

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

background-color css

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

 a { background-color: rgb(65,171,142); }

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

border-color css

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

 span { border-color: rgb(65,171,142); }

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