#62BEBD

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

Shades of Fountain Blue #62BEBD

Tints of Fountain Blue #62BEBD

Color information

#62BEBD (or 0x62BEBD) is unknown color: approx Fountain Blue. HEX triplet: 62, BE and BD. RGB value is (98,190,189). Sum of RGB (Red+Green+Blue) = 98+190+189=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEBD is #9D4142. Grayscale: #A2A2A2. Windows color (decimal): -10305859 or 12435042. OLE color: 12435042.

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

Color convert

RGB98190189-
CMYK0.4800.010.25
HSL179.35º41.44%56.47%-
HSV(B)179.35º48.42%74.51%-
XYZ32.6443.154.74-
YUV162.38143.0282.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.55%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=20.55%
G=39.83%
B=39.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901890.4800.010.25179.3541.4456.47
Hex62BEBD300119b32938
Octal1422762756001312635170
Binary11000101011111010111101110000011100110110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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