#62ABAF

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

Shades of Fountain Blue #62ABAF

Tints of Fountain Blue #62ABAF

Color information

#62ABAF (or 0x62ABAF) is unknown color: approx Fountain Blue. HEX triplet: 62, AB and AF. RGB value is (98,171,175). Sum of RGB (Red+Green+Blue) = 98+171+175=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #62ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ABAF is #9D5450. Grayscale: #959595. Windows color (decimal): -10310737 or 11512674. OLE color: 11512674.

HSL color Cylindrical-coordinate representation of color #62ABAF: hue angle of 183.12º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62ABAF is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98171175-
CMYK0.440.0200.31
HSL183.12º32.49%53.53%-
HSV(B)183.12º44%68.63%-
XYZ27.3434.8245.84-
YUV149.63142.3291.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.07%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=22.07%
G=38.51%
B=39.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981711750.440.0200.31183.1232.4953.53
Hex62ABAF2C201Fb72036
Octal1422532575420372674066
Binary110001010101011101011111011001001111110110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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