Html Css Color HEX #60ADAA Fountain Blue

📋 copy color: '#60ADAA'

red 96 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #60ADAA

Tints of Fountain Blue #60ADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 21.87%
G = 39.41%
B = 38.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#60ADAA (or 0x60ADAA) is known color: Fountain Blue. HEX triplet: 60, AD and AA. RGB value is (96,173,170). Sum of RGB (Red+Green+Blue) = 96+173+170=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #60ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ADAA is #9F5255. Grayscale: #959595. Windows color (decimal): -10441302 or 11185504. OLE color: 11185504.

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

Color convert

RGB 96 173 170 -
CMYK 0.45 0 0.02 0.32
HSL 177.66º 0.32% 0.53% -
HSV(B) 177.66º 0.45% 0.68% -
XYZ 27.02 35.28 43.41 -
YUV 149.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 96 173 170 0.45 0 0.02 0.32 177.66 0.32 0.53
Hex 60 AD AA 2D 0 2 20 B2 20 35
Octal 140 255 252 55 0 2 40 262 40 65
Binary 1100000 10101101 10101010 101101 0 10 100000 10110010 100000 110101

Color Harmonies of #60ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADAA

Black with #60ADAA

Text Example


Text Example

White with #60ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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