#62BCB4

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

Shades of Fountain Blue #62BCB4

Tints of Fountain Blue #62BCB4

Color information

#62BCB4 (or 0x62BCB4) is unknown color: approx Fountain Blue. HEX triplet: 62, BC and B4. RGB value is (98,188,180). Sum of RGB (Red+Green+Blue) = 98+188+180=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCB4 is #9D434B. Grayscale: #A0A0A0. Windows color (decimal): -10306380 or 11844706. OLE color: 11844706.

HSL color Cylindrical-coordinate representation of color #62BCB4: hue angle of 174.67º 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 #62BCB4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB98188180-
CMYK0.4800.040.26
HSL174.67º40.18%56.08%-
HSV(B)174.67º47.87%73.73%-
XYZ31.2641.8649.61-
YUV160.18139.1883.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.03%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=21.03%
G=40.34%
B=38.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981881800.4800.040.26174.6740.1856.08
Hex62BCB430041Aaf2838
Octal1422742646004322575070
Binary1100010101111001011010011000001001101010101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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