#63ADAA

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

Shades of Fountain Blue #63ADAA

Tints of Fountain Blue #63ADAA

Color information

#63ADAA (or 0x63ADAA) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and AA. RGB value is (99,173,170). Sum of RGB (Red+Green+Blue) = 99+173+170=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADAA is #9C5255. Grayscale: #969696. Windows color (decimal): -10244694 or 11185507. OLE color: 11185507.

HSL color Cylindrical-coordinate representation of color #63ADAA: hue angle of 177.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63ADAA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB99173170-
CMYK0.4300.020.32
HSL177.57º31.09%53.33%-
HSV(B)177.57º42.77%67.84%-
XYZ27.3435.4443.43-
YUV150.53138.9891.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=22.40%
G=39.14%
B=38.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991731700.4300.020.32177.5731.0953.33
Hex63ADAA2B0220b21f35
Octal1432552525302402623765
Binary110001110101101101010101010110101000001011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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