Html Css Color HEX #41A6A1 Blue Chill

📋 copy color: '#41A6A1'

red 65 ◦ green 166 ◦ blue 161

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

Shades of Blue Chill #41A6A1

Tints of Blue Chill #41A6A1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 161 (63.28% from 255) = 41.07%

R = 16.58%
G = 42.35%
B = 41.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#41A6A1 (or 0x41A6A1) is known color: Blue Chill. HEX triplet: 41, A6 and A1. RGB value is (65,166,161). Sum of RGB (Red+Green+Blue) = 65+166+161=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #41A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A6A1 is #BE595E. Grayscale: #878787. Windows color (decimal): -12474719 or 10593857. OLE color: 10593857.

HSL color Cylindrical-coordinate representation of color #41A6A1: hue angle of 177.03º 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 #41A6A1 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 166 161 -
CMYK 0.61 0 0.03 0.35
HSL 177.03º 0.44% 0.45% -
HSV(B) 177.03º 0.61% 0.65% -
XYZ 22.25 30.97 38.52 -
YUV 135.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 65 166 161 0.61 0 0.03 0.35 177.03 0.44 0.45
Hex 41 A6 A1 3D 0 3 23 B1 2C 2D
Octal 101 246 241 75 0 3 43 261 54 55
Binary 1000001 10100110 10100001 111101 0 11 100011 10110001 101100 101101

Color Harmonies of #41A6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A6A1

Black with #41A6A1

Text Example


Text Example

White with #41A6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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