Html Css Color HEX #60A9AE Fountain Blue

📋 copy color: '#60A9AE'

red 96 ◦ green 169 ◦ blue 174

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

Shades of Fountain Blue #60A9AE

Tints of Fountain Blue #60A9AE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 21.87%
G = 38.5%
B = 39.64%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#60A9AE (or 0x60A9AE) is known color: Fountain Blue. HEX triplet: 60, A9 and AE. RGB value is (96,169,174). Sum of RGB (Red+Green+Blue) = 96+169+174=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #60A9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A9AE is #9F5651. Grayscale: #939393. Windows color (decimal): -10442322 or 11446624. OLE color: 11446624.

HSL color Cylindrical-coordinate representation of color #60A9AE: hue angle of 183.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A9AE is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 169 174 -
CMYK 0.45 0.03 0 0.32
HSL 183.85º 0.33% 0.53% -
HSV(B) 183.85º 0.45% 0.68% -
XYZ 26.65 33.92 45.19 -
YUV 147.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 96 169 174 0.45 0.03 0 0.32 183.85 0.33 0.53
Hex 60 A9 AE 2D 3 0 20 B8 20 35
Octal 140 251 256 55 3 0 40 270 40 65
Binary 1100000 10101001 10101110 101101 11 0 100000 10111000 100000 110101

Color Harmonies of #60A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A9AE

Black with #60A9AE

Text Example


Text Example

White with #60A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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