#62BAB9

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

Shades of Fountain Blue #62BAB9

Tints of Fountain Blue #62BAB9

Color information

#62BAB9 (or 0x62BAB9) is unknown color: approx Fountain Blue. HEX triplet: 62, BA and B9. RGB value is (98,186,185). Sum of RGB (Red+Green+Blue) = 98+186+185=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAB9 is #9D4546. Grayscale: #9F9F9F. Windows color (decimal): -10306887 or 12171874. OLE color: 12171874.

HSL color Cylindrical-coordinate representation of color #62BAB9: hue angle of 179.32º 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 #62BAB9 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB98186185-
CMYK0.4700.010.27
HSL179.32º38.94%55.69%-
HSV(B)179.32º47.31%72.94%-
XYZ31.3541.2252.2-
YUV159.57142.3584.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=20.90%
G=39.66%
B=39.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861850.4700.010.27179.3238.9455.69
Hex62BAB92F011Bb32738
Octal1422722715701332634770
Binary11000101011101010111001101111011101110110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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