#62A4AF

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

Shades of Fountain Blue #62A4AF

Tints of Fountain Blue #62A4AF

Color information

#62A4AF (or 0x62A4AF) is unknown color: approx Fountain Blue. HEX triplet: 62, A4 and AF. RGB value is (98,164,175). Sum of RGB (Red+Green+Blue) = 98+164+175=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #62A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A4AF is #9D5B50. Grayscale: #919191. Windows color (decimal): -10312529 or 11510882. OLE color: 11510882.

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

Color convert

RGB98164175-
CMYK0.440.0600.31
HSL188.57º32.49%53.53%-
HSV(B)188.57º44%68.63%-
XYZ26.0532.2445.41-
YUV145.52144.6394.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=22.43%
G=37.53%
B=40.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981641750.440.0600.31188.5732.4953.53
Hex62A4AF2C601Fbd2036
Octal1422442575460372754066
Binary1100010101001001010111110110011001111110111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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