#62AAB5

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

Shades of Fountain Blue #62AAB5

Tints of Fountain Blue #62AAB5

Color information

#62AAB5 (or 0x62AAB5) is unknown color: approx Fountain Blue. HEX triplet: 62, AA and B5. RGB value is (98,170,181). Sum of RGB (Red+Green+Blue) = 98+170+181=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #62AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AAB5 is #9D554A. Grayscale: #959595. Windows color (decimal): -10310987 or 11905634. OLE color: 11905634.

HSL color Cylindrical-coordinate representation of color #62AAB5: hue angle of 187.95º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62AAB5 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB98170181-
CMYK0.460.0600.29
HSL187.95º35.93%54.71%-
HSV(B)187.95º45.86%70.98%-
XYZ27.7534.6848.95-
YUV149.73145.6591.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.83%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=21.83%
G=37.86%
B=40.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981701810.460.0600.29187.9535.9354.71
Hex62AAB52E601Dbc2437
Octal1422522655660352744467
Binary1100010101010101011010110111011001110110111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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