#63ADAD

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

Shades of Fountain Blue #63ADAD

Tints of Fountain Blue #63ADAD

Color information

#63ADAD (or 0x63ADAD) is unknown color: approx Fountain Blue. HEX triplet: 63, AD and AD. RGB value is (99,173,173). Sum of RGB (Red+Green+Blue) = 99+173+173=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #63ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADAD is #9C5252. Grayscale: #969696. Windows color (decimal): -10244691 or 11382115. OLE color: 11382115.

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

Color convert

RGB99173173-
CMYK0.43000.32
HSL180º31.09%53.33%-
HSV(B)180º42.77%67.84%-
XYZ27.6335.5644.94-
YUV150.87140.4891-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.25%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=22.25%
G=38.88%
B=38.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991731730.43000.3218031.0953.33
Hex63ADAD2B0020b41f35
Octal1432552555300402643765
Binary11000111010110110101101101011001000001011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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