Html Css Color HEX #40A69F Blue Chill

📋 copy color: '#40A69F'

red 64 ◦ green 166 ◦ blue 159

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

Shades of Blue Chill #40A69F

Tints of Blue Chill #40A69F

RGB

 RED value IS 64 (25.39% from 255) = 16.45%

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 16.45%
G = 42.67%
B = 40.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#40A69F (or 0x40A69F) is known color: Blue Chill. HEX triplet: 40, A6 and 9F. RGB value is (64,166,159). Sum of RGB (Red+Green+Blue) = 64+166+159=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #40A69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A69F is #BF5960. Grayscale: #868686. Windows color (decimal): -12540257 or 10462784. OLE color: 10462784.

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

Color convert

RGB 64 166 159 -
CMYK 0.61 0 0.04 0.35
HSL 175.88º 0.44% 0.45% -
HSV(B) 175.88º 0.61% 0.65% -
XYZ 22.01 30.87 37.6 -
YUV 134.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 64 166 159 0.61 0 0.04 0.35 175.88 0.44 0.45
Hex 40 A6 9F 3D 0 4 23 B0 2C 2D
Octal 100 246 237 75 0 4 43 260 54 55
Binary 1000000 10100110 10011111 111101 0 100 100011 10110000 101100 101101

Color Harmonies of #40A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A69F

Black with #40A69F

Text Example


Text Example

White with #40A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A69F; }

 p { color: rgb(64,166,159); }

 H1.HeaderClassName
 {
   color: #40A69F;
 }
 .AnyTagClassName
 {
   color: #40A69F;
 }
</style>

background-color css

<style>
 a { background-color: #40A69F; }

 a { background-color: rgb(64,166,159); }

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

border-color css

<style>
 span { border-color: #40A69F; }

 span { border-color: rgb(64,166,159); }

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