#62A6AA

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

Shades of Fountain Blue #62A6AA

Tints of Fountain Blue #62A6AA

Color information

#62A6AA (or 0x62A6AA) is unknown color: approx Fountain Blue. HEX triplet: 62, A6 and AA. RGB value is (98,166,170). Sum of RGB (Red+Green+Blue) = 98+166+170=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #62A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A6AA is #9D5955. Grayscale: #929292. Windows color (decimal): -10312022 or 11183714. OLE color: 11183714.

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

Color convert

RGB98166170-
CMYK0.420.0200.33
HSL183.33º29.75%52.55%-
HSV(B)183.33º42.35%66.67%-
XYZ25.9332.7742.99-
YUV146.12141.4793.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.58%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=22.58%
G=38.25%
B=39.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981661700.420.0200.33183.3329.7552.55
Hex62A6AA2A2021b71e35
Octal1422462525220412673665
Binary110001010100110101010101010101001000011011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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