#62ADBA

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

Shades of Fountain Blue #62ADBA

Tints of Fountain Blue #62ADBA

Color information

#62ADBA (or 0x62ADBA) is unknown color: approx Fountain Blue. HEX triplet: 62, AD and BA. RGB value is (98,173,186). Sum of RGB (Red+Green+Blue) = 98+173+186=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #62ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADBA is #9D5245. Grayscale: #979797. Windows color (decimal): -10310214 or 12234082. OLE color: 12234082.

HSL color Cylindrical-coordinate representation of color #62ADBA: hue angle of 188.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62ADBA is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98173186-
CMYK0.470.0700.27
HSL188.86º38.94%55.69%-
HSV(B)188.86º47.31%72.94%-
XYZ28.8436.0351.89-
YUV152.06147.1589.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=21.44%
G=37.86%
B=40.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981731860.470.0700.27188.8638.9455.69
Hex62ADBA2F701Bbd2738
Octal1422552725770332754770
Binary1100010101011011011101010111111101101110111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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