Html Css Color HEX #60AAA9 Fountain Blue

📋 copy color: '#60AAA9'

red 96 ◦ green 170 ◦ blue 169

#60AAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #60AAA9

Tints of Fountain Blue #60AAA9

RGB

 RED value IS 96 (37.89% from 255) = 22.07%

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 169 (66.41% from 255) = 38.85%

R = 22.07%
G = 39.08%
B = 38.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#60AAA9 (or 0x60AAA9) is known color: Fountain Blue. HEX triplet: 60, AA and A9. RGB value is (96,170,169). Sum of RGB (Red+Green+Blue) = 96+170+169=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #60AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAA9 is #9F5556. Grayscale: #939393. Windows color (decimal): -10442071 or 11119200. OLE color: 11119200.

HSL color Cylindrical-coordinate representation of color #60AAA9: hue angle of 179.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AAA9 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 169 -
CMYK 0.44 0 0.01 0.33
HSL 179.19º 0.3% 0.52% -
HSV(B) 179.19º 0.44% 0.67% -
XYZ 26.36 34.1 42.73 -
YUV 147.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 96 170 169 0.44 0 0.01 0.33 179.19 0.3 0.52
Hex 60 AA A9 2C 0 1 21 B3 1E 34
Octal 140 252 251 54 0 1 41 263 36 64
Binary 1100000 10101010 10101001 101100 0 1 100001 10110011 11110 110100

Color Harmonies of #60AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAA9

Black with #60AAA9

Text Example


Text Example

White with #60AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AAA9; }

 p { color: rgb(96,170,169); }

 H1.HeaderClassName
 {
   color: #60AAA9;
 }
 .AnyTagClassName
 {
   color: #60AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #60AAA9; }

 a { background-color: rgb(96,170,169); }

 div.DivClassName
 {
   background-color: #60AAA9;
 }
 .BgClassName
 {
   background-color: #60AAA9;
 }
</style>

border-color css

<style>
 span { border-color: #60AAA9; }

 span { border-color: rgb(96,170,169); }

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