#62A1AC

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

Shades of Fountain Blue #62A1AC

Tints of Fountain Blue #62A1AC

Color information

#62A1AC (or 0x62A1AC) is unknown color: approx Fountain Blue. HEX triplet: 62, A1 and AC. RGB value is (98,161,172). Sum of RGB (Red+Green+Blue) = 98+161+172=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #62A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A1AC is #9D5E53. Grayscale: #8F8F8F. Windows color (decimal): -10313300 or 11313506. OLE color: 11313506.

HSL color Cylindrical-coordinate representation of color #62A1AC: hue angle of 188.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62A1AC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98161172-
CMYK0.430.0600.33
HSL188.92º30.83%52.94%-
HSV(B)188.92º43.02%67.45%-
XYZ25.2331.0643.7-
YUV143.42144.1395.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=22.74%
G=37.35%
B=39.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981611720.430.0600.33188.9230.8352.94
Hex62A1AC2B6021bd1f35
Octal1422412545360412753765
Binary1100010101000011010110010101111001000011011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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