Html Css Color HEX #60ADAE Fountain Blue

📋 copy color: '#60ADAE'

red 96 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #60ADAE

Tints of Fountain Blue #60ADAE

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 96 173 174 -
CMYK 0.45 0.01 0 0.32
HSL 180.77º 0.33% 0.53% -
HSV(B) 180.77º 0.45% 0.68% -
XYZ 27.41 35.43 45.44 -
YUV 150.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 96 173 174 0.45 0.01 0 0.32 180.77 0.33 0.53
Hex 60 AD AE 2D 1 0 20 B5 20 35
Octal 140 255 256 55 1 0 40 265 40 65
Binary 1100000 10101101 10101110 101101 1 0 100000 10110101 100000 110101

Color Harmonies of #60ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADAE

Black with #60ADAE

Text Example


Text Example

White with #60ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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