Html Css Color HEX #64AFAC Fountain Blue

📋 copy color: '#64AFAC'

red 100 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #64AFAC

Tints of Fountain Blue #64AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

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

R = 22.37%
G = 39.15%
B = 38.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#64AFAC (or 0x64AFAC) is known color: Fountain Blue. HEX triplet: 64, AF and AC. RGB value is (100,175,172). Sum of RGB (Red+Green+Blue) = 100+175+172=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #64AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AFAC is #9B5053. Grayscale: #989898. Windows color (decimal): -10178644 or 11317092. OLE color: 11317092.

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

Color convert

RGB 100 175 172 -
CMYK 0.43 0 0.02 0.31
HSL 177.6º 0.32% 0.54% -
HSV(B) 177.6º 0.43% 0.69% -
XYZ 28.03 36.35 44.57 -
YUV 152.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 100 175 172 0.43 0 0.02 0.31 177.6 0.32 0.54
Hex 64 AF AC 2B 0 2 1F B2 20 36
Octal 144 257 254 53 0 2 37 262 40 66
Binary 1100100 10101111 10101100 101011 0 10 11111 10110010 100000 110110

Color Harmonies of #64AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFAC

Black with #64AFAC

Text Example


Text Example

White with #64AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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