#62AFAB

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

Shades of Fountain Blue #62AFAB

Tints of Fountain Blue #62AFAB

Color information

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

HSL color Cylindrical-coordinate representation of color #62AFAB: hue angle of 176.88º 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 #62AFAB is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB98175171-
CMYK0.4400.020.31
HSL176.88º32.49%53.53%-
HSV(B)176.88º44%68.63%-
XYZ27.7236.244.05-
YUV151.52138.9989.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751710.4400.020.31176.8832.4953.53
Hex62AFAB2C021Fb12036
Octal1422572535402372614066
Binary110001010101111101010111011000101111110110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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