Html Css Color HEX #64BAB6 Fountain Blue

📋 copy color: '#64BAB6'

red 100 ◦ green 186 ◦ blue 182

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

Shades of Fountain Blue #64BAB6

Tints of Fountain Blue #64BAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 21.37%
G = 39.74%
B = 38.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#64BAB6 (or 0x64BAB6) is known color: Fountain Blue. HEX triplet: 64, BA and B6. RGB value is (100,186,182). Sum of RGB (Red+Green+Blue) = 100+186+182=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB6 is #9B4549. Grayscale: #9F9F9F. Windows color (decimal): -10175818 or 11975268. OLE color: 11975268.

HSL color Cylindrical-coordinate representation of color #64BAB6: hue angle of 177.21º 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 #64BAB6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 182 -
CMYK 0.46 0 0.02 0.27
HSL 177.21º 0.38% 0.56% -
HSV(B) 177.21º 0.46% 0.73% -
XYZ 31.26 41.2 50.56 -
YUV 159.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 100 186 182 0.46 0 0.02 0.27 177.21 0.38 0.56
Hex 64 BA B6 2E 0 2 1B B1 26 38
Octal 144 272 266 56 0 2 33 261 46 70
Binary 1100100 10111010 10110110 101110 0 10 11011 10110001 100110 111000

Color Harmonies of #64BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAB6

Black with #64BAB6

Text Example


Text Example

White with #64BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,182); }

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

background-color css

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

 a { background-color: rgb(100,186,182); }

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

border-color css

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

 span { border-color: rgb(100,186,182); }

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