#62B4AE

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

Shades of Fountain Blue #62B4AE

Tints of Fountain Blue #62B4AE

Color information

#62B4AE (or 0x62B4AE) is unknown color: approx Fountain Blue. HEX triplet: 62, B4 and AE. RGB value is (98,180,174). Sum of RGB (Red+Green+Blue) = 98+180+174=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B4AE is #9D4B51. Grayscale: #9A9A9A. Windows color (decimal): -10308434 or 11449442. OLE color: 11449442.

HSL color Cylindrical-coordinate representation of color #62B4AE: hue angle of 175.61º degrees, saturation: 0.35, 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 #62B4AE is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB98180174-
CMYK0.4600.030.29
HSL175.61º35.34%54.51%-
HSV(B)175.61º45.56%70.59%-
XYZ2938.345.91-
YUV154.8138.8387.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=21.68%
G=39.82%
B=38.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal981801740.4600.030.29175.6135.3454.51
Hex62B4AE2E031Db02337
Octal1422642565603352604367
Binary110001010110100101011101011100111110110110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,174); }

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

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

 a { background-color: rgb(98,180,174); }

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

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

 span { border-color: rgb(98,180,174); }

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