Html Css Color HEX #40A199 Blue Chill

📋 copy color: '#40A199'

red 64 ◦ green 161 ◦ blue 153

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

Shades of Blue Chill #40A199

Tints of Blue Chill #40A199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 16.93%
G = 42.59%
B = 40.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#40A199 (or 0x40A199) is known color: Blue Chill. HEX triplet: 40, A1 and 99. RGB value is (64,161,153). Sum of RGB (Red+Green+Blue) = 64+161+153=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #40A199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A199 is #BF5E66. Grayscale: #838383. Windows color (decimal): -12541543 or 10068288. OLE color: 10068288.

HSL color Cylindrical-coordinate representation of color #40A199: hue angle of 175.05º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A199 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 153 -
CMYK 0.60 0 0.05 0.37
HSL 175.05º 0.43% 0.44% -
HSV(B) 175.05º 0.6% 0.63% -
XYZ 20.61 28.88 34.63 -
YUV 131.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 64 161 153 0.60 0 0.05 0.37 175.05 0.43 0.44
Hex 40 A1 99 3C 0 5 25 AF 2B 2C
Octal 100 241 231 74 0 5 45 257 53 54
Binary 1000000 10100001 10011001 111100 0 101 100101 10101111 101011 101100

Color Harmonies of #40A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A199

Black with #40A199

Text Example


Text Example

White with #40A199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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