Html Css Color HEX #419C96 Blue Chill

📋 copy color: '#419C96'

red 65 ◦ green 156 ◦ blue 150

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

Shades of Blue Chill #419C96

Tints of Blue Chill #419C96

RGB

 RED value IS 65 (25.78% from 255) = 17.52%

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 17.52%
G = 42.05%
B = 40.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#419C96 (or 0x419C96) is known color: Blue Chill. HEX triplet: 41, 9C and 96. RGB value is (65,156,150). Sum of RGB (Red+Green+Blue) = 65+156+150=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #419C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419C96 is #BE6369. Grayscale: #808080. Windows color (decimal): -12477290 or 9870401. OLE color: 9870401.

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

Color convert

RGB 65 156 150 -
CMYK 0.58 0 0.04 0.39
HSL 176.04º 0.41% 0.43% -
HSV(B) 176.04º 0.58% 0.61% -
XYZ 19.57 27.1 33.05 -
YUV 128.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 65 156 150 0.58 0 0.04 0.39 176.04 0.41 0.43
Hex 41 9C 96 3A 0 4 27 B0 29 2B
Octal 101 234 226 72 0 4 47 260 51 53
Binary 1000001 10011100 10010110 111010 0 100 100111 10110000 101001 101011

Color Harmonies of #419C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419C96

Black with #419C96

Text Example


Text Example

White with #419C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #419C96;
 }
 .AnyTagClassName
 {
   color: #419C96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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