#62AAAB

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

Shades of Fountain Blue #62AAAB

Tints of Fountain Blue #62AAAB

Color information

#62AAAB (or 0x62AAAB) is unknown color: approx Fountain Blue. HEX triplet: 62, AA and AB. RGB value is (98,170,171). Sum of RGB (Red+Green+Blue) = 98+170+171=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #62AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAAB is #9D5554. Grayscale: #949494. Windows color (decimal): -10310997 or 11250274. OLE color: 11250274.

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

Color convert

RGB98170171-
CMYK0.430.0100.33
HSL180.82º30.29%52.75%-
HSV(B)180.82º42.69%67.06%-
XYZ26.7634.2943.74-
YUV148.59140.6591.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.32%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=22.32%
G=38.72%
B=38.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981701710.430.0100.33180.8230.2952.75
Hex62AAAB2B1021b51e35
Octal1422522535310412653665
Binary11000101010101010101011101011101000011011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,171); }

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

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

 a { background-color: rgb(98,170,171); }

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

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

 span { border-color: rgb(98,170,171); }

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