#418E8A

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

Shades of Blue Chill #418E8A

Tints of Blue Chill #418E8A

Color information

#418E8A (or 0x418E8A) is unknown color: approx Blue Chill. HEX triplet: 41, 8E and 8A. RGB value is (65,142,138). Sum of RGB (Red+Green+Blue) = 65+142+138=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #418E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E8A is #BE7175. Grayscale: #767676. Windows color (decimal): -12480886 or 9080385. OLE color: 9080385.

HSL color Cylindrical-coordinate representation of color #418E8A: hue angle of 176.88º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E8A is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB65142138-
CMYK0.5400.030.44
HSL176.88º37.2%40.59%-
HSV(B)176.88º54.23%55.69%-
XYZ16.4422.327.48-
YUV118.52138.9989.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 138 (54.30% from 255) = 40%
R=18.84%
G=41.16%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421380.5400.030.44176.8837.240.59
Hex418E8A36032Cb12529
Octal1012162126603542614551
Binary1000001100011101000101011011001110110010110001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E8A; }

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

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

<style>
 a { background-color: #418E8A; }

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

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

<style>
 span { border-color: #418E8A; }

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

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