Html Css Color HEX #419996 Blue Chill

📋 copy color: '#419996'

red 65 ◦ green 153 ◦ blue 150

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

Shades of Blue Chill #419996

Tints of Blue Chill #419996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

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

R = 17.66%
G = 41.58%
B = 40.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#419996 (or 0x419996) is known color: Blue Chill. HEX triplet: 41, 99 and 96. RGB value is (65,153,150). Sum of RGB (Red+Green+Blue) = 65+153+150=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #419996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419996 is #BE6669. Grayscale: #7E7E7E. Windows color (decimal): -12478058 or 9869633. OLE color: 9869633.

HSL color Cylindrical-coordinate representation of color #419996: hue angle of 177.95º degrees, saturation: 0.4, 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 #419996 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 150 -
CMYK 0.58 0 0.02 0.4
HSL 177.95º 0.4% 0.43% -
HSV(B) 177.95º 0.58% 0.6% -
XYZ 19.08 26.11 32.89 -
YUV 126.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 65 153 150 0.58 0 0.02 0.4 177.95 0.4 0.43
Hex 41 99 96 3A 0 2 28 B2 28 2B
Octal 101 231 226 72 0 2 50 262 50 53
Binary 1000001 10011001 10010110 111010 0 10 101000 10110010 101000 101011

Color Harmonies of #419996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419996

Black with #419996

Text Example


Text Example

White with #419996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419996; }

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

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

background-color css

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

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

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

border-color css

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

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

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