Html Css Color HEX #64B9B2 Fountain Blue

📋 copy color: '#64B9B2'

red 100 ◦ green 185 ◦ blue 178

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

Shades of Fountain Blue #64B9B2

Tints of Fountain Blue #64B9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 21.6%
G = 39.96%
B = 38.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#64B9B2 (or 0x64B9B2) is known color: Fountain Blue. HEX triplet: 64, B9 and B2. RGB value is (100,185,178). Sum of RGB (Red+Green+Blue) = 100+185+178=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #64B9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B9B2 is #9B464D. Grayscale: #9E9E9E. Windows color (decimal): -10176078 or 11712868. OLE color: 11712868.

HSL color Cylindrical-coordinate representation of color #64B9B2: hue angle of 175.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B9B2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 178 -
CMYK 0.46 0 0.04 0.27
HSL 175.06º 0.38% 0.56% -
HSV(B) 175.06º 0.46% 0.73% -
XYZ 30.64 40.62 48.35 -
YUV 158.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 100 185 178 0.46 0 0.04 0.27 175.06 0.38 0.56
Hex 64 B9 B2 2E 0 4 1B AF 26 38
Octal 144 271 262 56 0 4 33 257 46 70
Binary 1100100 10111001 10110010 101110 0 100 11011 10101111 100110 111000

Color Harmonies of #64B9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B9B2

Black with #64B9B2

Text Example


Text Example

White with #64B9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,178); }

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

background-color css

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

 a { background-color: rgb(100,185,178); }

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

border-color css

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

 span { border-color: rgb(100,185,178); }

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