Html Css Color HEX #60A1AE Fountain Blue

📋 copy color: '#60A1AE'

red 96 ◦ green 161 ◦ blue 174

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

Shades of Fountain Blue #60A1AE

Tints of Fountain Blue #60A1AE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 22.27%
G = 37.35%
B = 40.37%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#60A1AE (or 0x60A1AE) is known color: Fountain Blue. HEX triplet: 60, A1 and AE. RGB value is (96,161,174). Sum of RGB (Red+Green+Blue) = 96+161+174=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #60A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A1AE is #9F5E51. Grayscale: #8E8E8E. Windows color (decimal): -10444370 or 11444576. OLE color: 11444576.

HSL color Cylindrical-coordinate representation of color #60A1AE: hue angle of 190º 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 #60A1AE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 161 174 -
CMYK 0.45 0.07 0 0.32
HSL 190º 0.33% 0.53% -
HSV(B) 190º 0.45% 0.68% -
XYZ 25.21 31.03 44.71 -
YUV 143.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 96 161 174 0.45 0.07 0 0.32 190 0.33 0.53
Hex 60 A1 AE 2D 7 0 20 BE 20 35
Octal 140 241 256 55 7 0 40 276 40 65
Binary 1100000 10100001 10101110 101101 111 0 100000 10111110 100000 110101

Color Harmonies of #60A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1AE

Black with #60A1AE

Text Example


Text Example

White with #60A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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