#62A3AC

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

Shades of Fountain Blue #62A3AC

Tints of Fountain Blue #62A3AC

Color information

#62A3AC (or 0x62A3AC) is unknown color: approx Fountain Blue. HEX triplet: 62, A3 and AC. RGB value is (98,163,172). Sum of RGB (Red+Green+Blue) = 98+163+172=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #62A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A3AC is #9D5C53. Grayscale: #909090. Windows color (decimal): -10312788 or 11314018. OLE color: 11314018.

HSL color Cylindrical-coordinate representation of color #62A3AC: hue angle of 187.3º 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 #62A3AC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98163172-
CMYK0.430.0500.33
HSL187.3º30.83%52.94%-
HSV(B)187.3º43.02%67.45%-
XYZ25.5831.7743.81-
YUV144.59143.4794.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.63%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=22.63%
G=37.64%
B=39.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981631720.430.0500.33187.330.8352.94
Hex62A3AC2B5021bb1f35
Octal1422432545350412733765
Binary1100010101000111010110010101110101000011011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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