Html Css Color HEX #64ADAE Fountain Blue

📋 copy color: '#64ADAE'

red 100 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #64ADAE

Tints of Fountain Blue #64ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 22.37%
G = 38.7%
B = 38.93%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#64ADAE (or 0x64ADAE) is known color: Fountain Blue. HEX triplet: 64, AD and AE. RGB value is (100,173,174). Sum of RGB (Red+Green+Blue) = 100+173+174=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #64ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAE is #9B5251. Grayscale: #979797. Windows color (decimal): -10179154 or 11447652. OLE color: 11447652.

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

Color convert

RGB 100 173 174 -
CMYK 0.43 0.01 0 0.32
HSL 180.81º 0.31% 0.54% -
HSV(B) 180.81º 0.43% 0.68% -
XYZ 27.84 35.65 45.46 -
YUV 151.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 100 173 174 0.43 0.01 0 0.32 180.81 0.31 0.54
Hex 64 AD AE 2B 1 0 20 B5 1F 36
Octal 144 255 256 53 1 0 40 265 37 66
Binary 1100100 10101101 10101110 101011 1 0 100000 10110101 11111 110110

Color Harmonies of #64ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADAE

Black with #64ADAE

Text Example


Text Example

White with #64ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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