Html Css Color HEX #64ADAC Fountain Blue

📋 copy color: '#64ADAC'

red 100 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #64ADAC

Tints of Fountain Blue #64ADAC

RGB

 RED value IS 100 (39.45% from 255) = 22.47%

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 22.47%
G = 38.88%
B = 38.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#64ADAC (or 0x64ADAC) is known color: Fountain Blue. HEX triplet: 64, AD and AC. RGB value is (100,173,172). Sum of RGB (Red+Green+Blue) = 100+173+172=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAC is #9B5253. Grayscale: #969696. Windows color (decimal): -10179156 or 11316580. OLE color: 11316580.

HSL color Cylindrical-coordinate representation of color #64ADAC: hue angle of 179.18º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADAC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 173 172 -
CMYK 0.42 0 0.01 0.32
HSL 179.18º 0.31% 0.54% -
HSV(B) 179.18º 0.42% 0.68% -
XYZ 27.65 35.58 44.44 -
YUV 151.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 100 173 172 0.42 0 0.01 0.32 179.18 0.31 0.54
Hex 64 AD AC 2A 0 1 20 B3 1F 36
Octal 144 255 254 52 0 1 40 263 37 66
Binary 1100100 10101101 10101100 101010 0 1 100000 10110011 11111 110110

Color Harmonies of #64ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADAC

Black with #64ADAC

Text Example


Text Example

White with #64ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64ADAC; }

 p { color: rgb(100,173,172); }

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

background-color css

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

 a { background-color: rgb(100,173,172); }

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

border-color css

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

 span { border-color: rgb(100,173,172); }

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