#62BCBE

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

Shades of Fountain Blue #62BCBE

Tints of Fountain Blue #62BCBE

Color information

#62BCBE (or 0x62BCBE) is unknown color: approx Fountain Blue. HEX triplet: 62, BC and BE. RGB value is (98,188,190). Sum of RGB (Red+Green+Blue) = 98+188+190=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #62BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCBE is #9D4341. Grayscale: #A1A1A1. Windows color (decimal): -10306370 or 12500066. OLE color: 12500066.

HSL color Cylindrical-coordinate representation of color #62BCBE: hue angle of 181.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCBE is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98188190-
CMYK0.480.0100.25
HSL181.3º41.44%56.47%-
HSV(B)181.3º48.42%74.51%-
XYZ32.3142.2855.17-
YUV161.32144.1882.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.59%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=20.59%
G=39.50%
B=39.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981881900.480.0100.25181.341.4456.47
Hex62BCBE301019b52938
Octal1422742766010312655170
Binary11000101011110010111110110000101100110110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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