#62BAB2

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

Shades of Fountain Blue #62BAB2

Tints of Fountain Blue #62BAB2

Color information

#62BAB2 (or 0x62BAB2) is unknown color: approx Fountain Blue. HEX triplet: 62, BA and B2. RGB value is (98,186,178). Sum of RGB (Red+Green+Blue) = 98+186+178=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAB2 is #9D454D. Grayscale: #9E9E9E. Windows color (decimal): -10306894 or 11713122. OLE color: 11713122.

HSL color Cylindrical-coordinate representation of color #62BAB2: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62BAB2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB98186178-
CMYK0.4700.040.27
HSL174.55º38.94%55.69%-
HSV(B)174.55º47.31%72.94%-
XYZ30.6340.9348.41-
YUV158.78138.8584.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.21%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=21.21%
G=40.26%
B=38.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861780.4700.040.27174.5538.9455.69
Hex62BAB22F041Baf2738
Octal1422722625704332574770
Binary1100010101110101011001010111101001101110101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,186,178); }

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

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

 a { background-color: rgb(98,186,178); }

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

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

 span { border-color: rgb(98,186,178); }

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