Html Css Color HEX #64B8B5 Fountain Blue

📋 copy color: '#64B8B5'

red 100 ◦ green 184 ◦ blue 181

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

Shades of Fountain Blue #64B8B5

Tints of Fountain Blue #64B8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 21.51%
G = 39.57%
B = 38.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#64B8B5 (or 0x64B8B5) is known color: Fountain Blue. HEX triplet: 64, B8 and B5. RGB value is (100,184,181). Sum of RGB (Red+Green+Blue) = 100+184+181=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #64B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8B5 is #9B474A. Grayscale: #9E9E9E. Windows color (decimal): -10176331 or 11909220. OLE color: 11909220.

HSL color Cylindrical-coordinate representation of color #64B8B5: hue angle of 177.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B8B5 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 184 181 -
CMYK 0.46 0 0.02 0.28
HSL 177.86º 0.37% 0.56% -
HSV(B) 177.86º 0.46% 0.72% -
XYZ 30.74 40.33 49.88 -
YUV 158.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 100 184 181 0.46 0 0.02 0.28 177.86 0.37 0.56
Hex 64 B8 B5 2E 0 2 1C B2 25 38
Octal 144 270 265 56 0 2 34 262 45 70
Binary 1100100 10111000 10110101 101110 0 10 11100 10110010 100101 111000

Color Harmonies of #64B8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B8B5

Black with #64B8B5

Text Example


Text Example

White with #64B8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,181); }

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

background-color css

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

 a { background-color: rgb(100,184,181); }

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

border-color css

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

 span { border-color: rgb(100,184,181); }

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