#40998F

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

Shades of Blue Chill #40998F

Tints of Blue Chill #40998F

Color information

#40998F (or 0x40998F) is unknown color: approx Blue Chill. HEX triplet: 40, 99 and 8F. RGB value is (64,153,143). Sum of RGB (Red+Green+Blue) = 64+153+143=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #40998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998F is #BF6670. Grayscale: #7D7D7D. Windows color (decimal): -12543601 or 9410880. OLE color: 9410880.

HSL color Cylindrical-coordinate representation of color #40998F: hue angle of 173.26º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB64153143-
CMYK0.5800.070.4
HSL173.26º41.01%42.55%-
HSV(B)173.26º58.17%60%-
XYZ18.4625.8630-
YUV125.25138.0184.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.78%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=17.78%
G=42.5%
B=39.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531430.5800.070.4173.2641.0142.55
Hex40998F3A0728ad292b
Octal1002312177207502555153
Binary10000001001100110001111111010011110100010101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40998F; }

 p { color: rgb(64,153,143); }

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

<style>
 a { background-color: #40998F; }

 a { background-color: rgb(64,153,143); }

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

<style>
 span { border-color: #40998F; }

 span { border-color: rgb(64,153,143); }

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