#62ACAA

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

Shades of Fountain Blue #62ACAA

Tints of Fountain Blue #62ACAA

Color information

#62ACAA (or 0x62ACAA) is unknown color: approx Fountain Blue. HEX triplet: 62, AC and AA. RGB value is (98,172,170). Sum of RGB (Red+Green+Blue) = 98+172+170=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #62ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ACAA is #9D5355. Grayscale: #959595. Windows color (decimal): -10310486 or 11185250. OLE color: 11185250.

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

Color convert

RGB98172170-
CMYK0.4300.010.33
HSL178.38º30.83%52.94%-
HSV(B)178.38º43.02%67.45%-
XYZ27.053543.36-
YUV149.65139.4891.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.27%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=22.27%
G=39.09%
B=38.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981721700.4300.010.33178.3830.8352.94
Hex62ACAA2B0121b21f35
Octal1422542525301412623765
Binary11000101010110010101010101011011000011011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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