Html Css Color HEX #60AEAD Fountain Blue

📋 copy color: '#60AEAD'

red 96 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #60AEAD

Tints of Fountain Blue #60AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.28%

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 21.67%
G = 39.28%
B = 39.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#60AEAD (or 0x60AEAD) is known color: Fountain Blue. HEX triplet: 60, AE and AD. RGB value is (96,174,173). Sum of RGB (Red+Green+Blue) = 96+174+173=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEAD is #9F5152. Grayscale: #969696. Windows color (decimal): -10441043 or 11382368. OLE color: 11382368.

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

Color convert

RGB 96 174 173 -
CMYK 0.45 0 0.01 0.32
HSL 179.23º 0.33% 0.53% -
HSV(B) 179.23º 0.45% 0.68% -
XYZ 27.5 35.78 44.99 -
YUV 150.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 96 174 173 0.45 0 0.01 0.32 179.23 0.33 0.53
Hex 60 AE AD 2D 0 1 20 B3 20 35
Octal 140 256 255 55 0 1 40 263 40 65
Binary 1100000 10101110 10101101 101101 0 1 100000 10110011 100000 110101

Color Harmonies of #60AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEAD

Black with #60AEAD

Text Example


Text Example

White with #60AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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