Html Css Color HEX #64BCBA Fountain Blue

📋 copy color: '#64BCBA'

red 100 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #64BCBA

Tints of Fountain Blue #64BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 21.1%
G = 39.66%
B = 39.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#64BCBA (or 0x64BCBA) is known color: Fountain Blue. HEX triplet: 64, BC and BA. RGB value is (100,188,186). Sum of RGB (Red+Green+Blue) = 100+188+186=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCBA is #9B4345. Grayscale: #A1A1A1. Windows color (decimal): -10175302 or 12237924. OLE color: 12237924.

HSL color Cylindrical-coordinate representation of color #64BCBA: hue angle of 178.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCBA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 186 -
CMYK 0.47 0 0.01 0.26
HSL 178.64º 0.4% 0.56% -
HSV(B) 178.64º 0.47% 0.74% -
XYZ 32.1 42.22 52.91 -
YUV 161.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 100 188 186 0.47 0 0.01 0.26 178.64 0.4 0.56
Hex 64 BC BA 2F 0 1 1A B3 28 38
Octal 144 274 272 57 0 1 32 263 50 70
Binary 1100100 10111100 10111010 101111 0 1 11010 10110011 101000 111000

Color Harmonies of #64BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCBA

Black with #64BCBA

Text Example


Text Example

White with #64BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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