#62C1BF

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

Shades of Fountain Blue #62C1BF

Tints of Fountain Blue #62C1BF

Color information

#62C1BF (or 0x62C1BF) is unknown color: approx Fountain Blue. HEX triplet: 62, C1 and BF. RGB value is (98,193,191). Sum of RGB (Red+Green+Blue) = 98+193+191=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #62C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C1BF is #9D3E40. Grayscale: #A4A4A4. Windows color (decimal): -10305089 or 12566882. OLE color: 12566882.

HSL color Cylindrical-coordinate representation of color #62C1BF: hue angle of 178.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C1BF is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB98193191-
CMYK0.4900.010.24
HSL178.74º43.38%57.06%-
HSV(B)178.74º49.22%75.69%-
XYZ33.5144.556.11-
YUV164.37143.0380.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.33%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 191 (75% from 255) = 39.63%
R=20.33%
G=40.04%
B=39.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981931910.4900.010.24178.7443.3857.06
Hex62C1BF310118b32b39
Octal1423012776101302635371
Binary11000101100000110111111110001011100010110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,193,191); }

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

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

 a { background-color: rgb(98,193,191); }

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

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

 span { border-color: rgb(98,193,191); }

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