#62ACAF

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

Shades of Fountain Blue #62ACAF

Tints of Fountain Blue #62ACAF

Color information

#62ACAF (or 0x62ACAF) is unknown color: approx Fountain Blue. HEX triplet: 62, AC and AF. RGB value is (98,172,175). Sum of RGB (Red+Green+Blue) = 98+172+175=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #62ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ACAF is #9D5350. Grayscale: #969696. Windows color (decimal): -10310481 or 11512930. OLE color: 11512930.

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

Color convert

RGB98172175-
CMYK0.440.0200.31
HSL182.34º32.49%53.53%-
HSV(B)182.34º44%68.63%-
XYZ27.5335.245.9-
YUV150.22141.9890.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=22.02%
G=38.65%
B=39.33%

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
Decimal981721750.440.0200.31182.3432.4953.53
Hex62ACAF2C201Fb62036
Octal1422542575420372664066
Binary110001010101100101011111011001001111110110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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