#62BEC4

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

Shades of Fountain Blue #62BEC4

Tints of Fountain Blue #62BEC4

Color information

#62BEC4 (or 0x62BEC4) is unknown color: approx Fountain Blue. HEX triplet: 62, BE and C4. RGB value is (98,190,196). Sum of RGB (Red+Green+Blue) = 98+190+196=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #62BEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEC4 is #9D413B. Grayscale: #A3A3A3. Windows color (decimal): -10305852 or 12893794. OLE color: 12893794.

HSL color Cylindrical-coordinate representation of color #62BEC4: hue angle of 183.67º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62BEC4 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98190196-
CMYK0.50.0300.23
HSL183.67º45.37%57.65%-
HSV(B)183.67º50%76.86%-
XYZ33.4143.4158.84-
YUV163.18146.5281.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.25%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=20.25%
G=39.26%
B=40.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981901960.50.0300.23183.6745.3757.65
Hex62BEC4323017b82d3a
Octal1422763046230272705572
Binary110001010111110110001001100101101011110111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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