#63ABAA

Color #63ABAA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #63ABAA

Tints of Fountain Blue #63ABAA

Color information

#63ABAA (or 0x63ABAA) is unknown color: approx Fountain Blue. HEX triplet: 63, AB and AA. RGB value is (99,171,170). Sum of RGB (Red+Green+Blue) = 99+171+170=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABAA is #9C5455. Grayscale: #959595. Windows color (decimal): -10245206 or 11184995. OLE color: 11184995.

HSL color Cylindrical-coordinate representation of color #63ABAA: hue angle of 179.17º 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 #63ABAA is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB99171170-
CMYK0.4200.010.33
HSL179.17º30%52.94%-
HSV(B)179.17º42.11%67.06%-
XYZ26.9634.6843.3-
YUV149.36139.6592.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.5%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=22.5%
G=38.86%
B=38.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711700.4200.010.33179.173052.94
Hex63ABAA2A0121b31e35
Octal1432532525201412633665
Binary11000111010101110101010101010011000011011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63ABAA; }

 p { color: rgb(99,171,170); }

 H1.HeaderClassName
 {
   color: #63ABAA;
 }
 .AnyTagClassName
 {
   color: #63ABAA;
 }
</style>
background-color css

<style>
 a { background-color: #63ABAA; }

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

 div.DivClassName
 {
   background-color: #63ABAA;
 }
 .BgClassName
 {
   background-color: #63ABAA;
 }
</style>
border-color css

<style>
 span { border-color: #63ABAA; }

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

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