Html Css Color HEX #64ABAB Fountain Blue

📋 copy color: '#64ABAB'

red 100 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #64ABAB

Tints of Fountain Blue #64ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 22.62%
G = 38.69%
B = 38.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#64ABAB (or 0x64ABAB) is known color: Fountain Blue. HEX triplet: 64, AB and AB. RGB value is (100,171,171). Sum of RGB (Red+Green+Blue) = 100+171+171=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #64ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABAB is #9B5454. Grayscale: #959595. Windows color (decimal): -10179669 or 11250532. OLE color: 11250532.

HSL color Cylindrical-coordinate representation of color #64ABAB: hue angle of 180º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ABAB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 171 171 -
CMYK 0.42 0 0 0.33
HSL 180º 0.3% 0.53% -
HSV(B) 180º 0.42% 0.67% -
XYZ 27.17 34.78 43.81 -
YUV 149.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 100 171 171 0.42 0 0 0.33 180 0.3 0.53
Hex 64 AB AB 2A 0 0 21 B4 1E 35
Octal 144 253 253 52 0 0 41 264 36 65
Binary 1100100 10101011 10101011 101010 0 0 100001 10110100 11110 110101

Color Harmonies of #64ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABAB

Black with #64ABAB

Text Example


Text Example

White with #64ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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