#62BEBE

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

Shades of Fountain Blue #62BEBE

Tints of Fountain Blue #62BEBE

Color information

#62BEBE (or 0x62BEBE) is unknown color: approx Fountain Blue. HEX triplet: 62, BE and BE. RGB value is (98,190,190). Sum of RGB (Red+Green+Blue) = 98+190+190=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #62BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEBE is #9D4141. Grayscale: #A2A2A2. Windows color (decimal): -10305858 or 12500578. OLE color: 12500578.

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

Color convert

RGB98190190-
CMYK0.48000.25
HSL180º41.44%56.47%-
HSV(B)180º48.42%74.51%-
XYZ32.7443.1455.32-
YUV162.49143.5282-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=20.50%
G=39.75%
B=39.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901900.48000.2518041.4456.47
Hex62BEBE300019b42938
Octal1422762766000312645170
Binary11000101011111010111110110000001100110110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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