#62AFAE

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

Shades of Fountain Blue #62AFAE

Tints of Fountain Blue #62AFAE

Color information

#62AFAE (or 0x62AFAE) is unknown color: approx Fountain Blue. HEX triplet: 62, AF and AE. RGB value is (98,175,174). Sum of RGB (Red+Green+Blue) = 98+175+174=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFAE is #9D5051. Grayscale: #979797. Windows color (decimal): -10309714 or 11448162. OLE color: 11448162.

HSL color Cylindrical-coordinate representation of color #62AFAE: hue angle of 179.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AFAE is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB98175174-
CMYK0.4400.010.31
HSL179.22º32.49%53.53%-
HSV(B)179.22º44%68.63%-
XYZ28.0136.3145.58-
YUV151.86140.4989.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.92%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=21.92%
G=39.15%
B=38.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751740.4400.010.31179.2232.4953.53
Hex62AFAE2C011Fb32036
Octal1422572565401372634066
Binary11000101010111110101110101100011111110110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AFAE; }

 p { color: rgb(98,175,174); }

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

<style>
 a { background-color: #62AFAE; }

 a { background-color: rgb(98,175,174); }

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

<style>
 span { border-color: #62AFAE; }

 span { border-color: rgb(98,175,174); }

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