#62ABAD

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

Shades of Fountain Blue #62ABAD

Tints of Fountain Blue #62ABAD

Color information

#62ABAD (or 0x62ABAD) is unknown color: approx Fountain Blue. HEX triplet: 62, AB and AD. RGB value is (98,171,173). Sum of RGB (Red+Green+Blue) = 98+171+173=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #62ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ABAD is #9D5452. Grayscale: #959595. Windows color (decimal): -10310739 or 11381602. OLE color: 11381602.

HSL color Cylindrical-coordinate representation of color #62ABAD: hue angle of 181.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62ABAD is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98171173-
CMYK0.430.0100.32
HSL181.6º31.38%53.14%-
HSV(B)181.6º43.35%67.84%-
XYZ27.1434.7444.81-
YUV149.4141.3291.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.17%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=22.17%
G=38.69%
B=39.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981711730.430.0100.32181.631.3853.14
Hex62ABAD2B1020b61f35
Octal1422532555310402663765
Binary11000101010101110101101101011101000001011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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