#62BFBA

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

Shades of Fountain Blue #62BFBA

Tints of Fountain Blue #62BFBA

Color information

#62BFBA (or 0x62BFBA) is unknown color: approx Fountain Blue. HEX triplet: 62, BF and BA. RGB value is (98,191,186). Sum of RGB (Red+Green+Blue) = 98+191+186=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #62BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFBA is #9D4045. Grayscale: #A2A2A2. Windows color (decimal): -10305606 or 12238690. OLE color: 12238690.

HSL color Cylindrical-coordinate representation of color #62BFBA: hue angle of 176.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62BFBA is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB98191186-
CMYK0.4900.030.25
HSL176.77º42.08%56.67%-
HSV(B)176.77º48.69%74.9%-
XYZ32.5343.453.12-
YUV162.62141.1981.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.63%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=20.63%
G=40.21%
B=39.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981911860.4900.030.25176.7742.0856.67
Hex62BFBA310319b12a39
Octal1422772726103312615271
Binary110001010111111101110101100010111100110110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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