Html Css Color HEX #449D96 Blue Chill

📋 copy color: '#449D96'

red 68 ◦ green 157 ◦ blue 150

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

Shades of Blue Chill #449D96

Tints of Blue Chill #449D96

RGB

 RED value IS 68 (26.95% from 255) = 18.13%

 GREEN value IS 157 (61.72% from 255) = 41.87%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 18.13%
G = 41.87%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#449D96 (or 0x449D96) is known color: Blue Chill. HEX triplet: 44, 9D and 96. RGB value is (68,157,150). Sum of RGB (Red+Green+Blue) = 68+157+150=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #449D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D96 is #BB6269. Grayscale: #818181. Windows color (decimal): -12280426 or 9870660. OLE color: 9870660.

HSL color Cylindrical-coordinate representation of color #449D96: hue angle of 175.28º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D96 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 150 -
CMYK 0.57 0 0.04 0.38
HSL 175.28º 0.4% 0.44% -
HSV(B) 175.28º 0.57% 0.62% -
XYZ 19.95 27.54 33.12 -
YUV 129.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 68 157 150 0.57 0 0.04 0.38 175.28 0.4 0.44
Hex 44 9D 96 39 0 4 26 AF 28 2C
Octal 104 235 226 71 0 4 46 257 50 54
Binary 1000100 10011101 10010110 111001 0 100 100110 10101111 101000 101100

Color Harmonies of #449D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D96

Black with #449D96

Text Example


Text Example

White with #449D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449D96; }

 p { color: rgb(68,157,150); }

 H1.HeaderClassName
 {
   color: #449D96;
 }
 .AnyTagClassName
 {
   color: #449D96;
 }
</style>

background-color css

<style>
 a { background-color: #449D96; }

 a { background-color: rgb(68,157,150); }

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

border-color css

<style>
 span { border-color: #449D96; }

 span { border-color: rgb(68,157,150); }

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