#62BCB9

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

Shades of Fountain Blue #62BCB9

Tints of Fountain Blue #62BCB9

Color information

#62BCB9 (or 0x62BCB9) is unknown color: approx Fountain Blue. HEX triplet: 62, BC and B9. RGB value is (98,188,185). Sum of RGB (Red+Green+Blue) = 98+188+185=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCB9 is #9D4346. Grayscale: #A0A0A0. Windows color (decimal): -10306375 or 12172386. OLE color: 12172386.

HSL color Cylindrical-coordinate representation of color #62BCB9: hue angle of 178º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCB9 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB98188185-
CMYK0.4800.020.26
HSL178º40.18%56.08%-
HSV(B)178º47.87%73.73%-
XYZ31.7842.0752.34-
YUV160.75141.6883.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.81%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=20.81%
G=39.92%
B=39.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981881850.4800.020.2617840.1856.08
Hex62BCB930021Ab22838
Octal1422742716002322625070
Binary110001010111100101110011100000101101010110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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