#62B0AF

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

Shades of Fountain Blue #62B0AF

Tints of Fountain Blue #62B0AF

Color information

#62B0AF (or 0x62B0AF) is unknown color: approx Fountain Blue. HEX triplet: 62, B0 and AF. RGB value is (98,176,175). Sum of RGB (Red+Green+Blue) = 98+176+175=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #62B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62B0AF is #9D4F50. Grayscale: #989898. Windows color (decimal): -10309457 or 11513954. OLE color: 11513954.

HSL color Cylindrical-coordinate representation of color #62B0AF: hue angle of 179.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62B0AF is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB98176175-
CMYK0.4400.010.31
HSL179.23º33.05%53.73%-
HSV(B)179.23º44.32%69.02%-
XYZ28.336.7446.16-
YUV152.56140.6689.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.83%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=21.83%
G=39.20%
B=38.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981761750.4400.010.31179.2333.0553.73
Hex62B0AF2C011Fb32136
Octal1422602575401372634166
Binary11000101011000010101111101100011111110110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,175); }

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

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

 a { background-color: rgb(98,176,175); }

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

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

 span { border-color: rgb(98,176,175); }

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