#409C96

Color #409C96 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #409C96

Tints of Blue Chill #409C96

Color information

#409C96 (or 0x409C96) is unknown color: approx Blue Chill. HEX triplet: 40, 9C and 96. RGB value is (64,156,150). Sum of RGB (Red+Green+Blue) = 64+156+150=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #409C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C96 is #BF6369. Grayscale: #7F7F7F. Windows color (decimal): -12542826 or 9870400. OLE color: 9870400.

HSL color Cylindrical-coordinate representation of color #409C96: hue angle of 176.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C96 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB64156150-
CMYK0.5900.040.39
HSL176.09º41.82%43.14%-
HSV(B)176.09º58.97%61.18%-
XYZ19.5127.0733.05-
YUV127.81140.5282.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=17.30%
G=42.16%
B=40.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641561500.5900.040.39176.0941.8243.14
Hex409C963B0427b02a2b
Octal1002342267304472605253
Binary10000001001110010010110111011010010011110110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409C96; }

 p { color: rgb(64,156,150); }

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

<style>
 a { background-color: #409C96; }

 a { background-color: rgb(64,156,150); }

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

<style>
 span { border-color: #409C96; }

 span { border-color: rgb(64,156,150); }

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