#63AAAA

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

Shades of Fountain Blue #63AAAA

Tints of Fountain Blue #63AAAA

Color information

#63AAAA (or 0x63AAAA) is unknown color: approx Fountain Blue. HEX triplet: 63, AA and AA. RGB value is (99,170,170). Sum of RGB (Red+Green+Blue) = 99+170+170=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #63AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAAA is #9C5555. Grayscale: #949494. Windows color (decimal): -10245462 or 11184739. OLE color: 11184739.

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

Color convert

RGB99170170-
CMYK0.42000.33
HSL180º29.46%52.75%-
HSV(B)180º41.76%66.67%-
XYZ26.7834.343.24-
YUV148.77139.9892.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=22.55%
G=38.72%
B=38.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701700.42000.3318029.4652.75
Hex63AAAA2A0021b41d35
Octal1432522525200412643565
Binary11000111010101010101010101010001000011011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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