#41A693

Color #41A693 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #41A693

Tints of Gossamer #41A693

Color information

#41A693 (or 0x41A693) is unknown color: approx Gossamer. HEX triplet: 41, A6 and 93. RGB value is (65,166,147). Sum of RGB (Red+Green+Blue) = 65+166+147=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #41A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A693 is #BE596C. Grayscale: #858585. Windows color (decimal): -12474733 or 9676353. OLE color: 9676353.

HSL color Cylindrical-coordinate representation of color #41A693: hue angle of 168.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A693 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB65166147-
CMYK0.6100.110.35
HSL168.71º43.72%45.29%-
HSV(B)168.71º60.84%65.1%-
XYZ21.0830.532.38-
YUV133.64135.5479.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=17.20%
G=43.92%
B=38.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661470.6100.110.35168.7143.7245.29
Hex41A6933D0B23a92c2d
Octal10124622375013432515455
Binary100000110100110100100111111010101110001110101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,166,147); }

 H1.HeaderClassName
 {
   color: #41A693;
 }
 .AnyTagClassName
 {
   color: #41A693;
 }
</style>
background-color css

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

 a { background-color: rgb(65,166,147); }

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

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

 span { border-color: rgb(65,166,147); }

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