#62AFAC

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

Shades of Fountain Blue #62AFAC

Tints of Fountain Blue #62AFAC

Color information

#62AFAC (or 0x62AFAC) is unknown color: approx Fountain Blue. HEX triplet: 62, AF and AC. RGB value is (98,175,172). Sum of RGB (Red+Green+Blue) = 98+175+172=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFAC is #9D5053. Grayscale: #979797. Windows color (decimal): -10309716 or 11317090. OLE color: 11317090.

HSL color Cylindrical-coordinate representation of color #62AFAC: hue angle of 177.66º 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 #62AFAC is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB98175172-
CMYK0.4400.020.31
HSL177.66º32.49%53.53%-
HSV(B)177.66º44%68.63%-
XYZ27.8136.2444.56-
YUV151.64139.4989.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=22.02%
G=39.33%
B=38.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751720.4400.020.31177.6632.4953.53
Hex62AFAC2C021Fb22036
Octal1422572545402372624066
Binary110001010101111101011001011000101111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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