#63ACAC

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

Shades of Fountain Blue #63ACAC

Tints of Fountain Blue #63ACAC

Color information

#63ACAC (or 0x63ACAC) is unknown color: approx Fountain Blue. HEX triplet: 63, AC and AC. RGB value is (99,172,172). Sum of RGB (Red+Green+Blue) = 99+172+172=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #63ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACAC is #9C5353. Grayscale: #969696. Windows color (decimal): -10244948 or 11316323. OLE color: 11316323.

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

Color convert

RGB99172172-
CMYK0.42000.33
HSL180º30.54%53.14%-
HSV(B)180º42.44%67.45%-
XYZ27.3435.1444.37-
YUV150.17140.3291.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.35%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=22.35%
G=38.83%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721720.42000.3318030.5453.14
Hex63ACAC2A0021b41f35
Octal1432542545200412643765
Binary11000111010110010101100101010001000011011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,172,172); }

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

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

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

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

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

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

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