Html Css Color HEX #60ADC0 Fountain Blue

📋 copy color: '#60ADC0'

red 96 ◦ green 173 ◦ blue 192

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

Shades of Fountain Blue #60ADC0

Tints of Fountain Blue #60ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 20.82%
G = 37.53%
B = 41.65%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60ADC0 (or 0x60ADC0) is known color: Fountain Blue. HEX triplet: 60, AD and C0. RGB value is (96,173,192). Sum of RGB (Red+Green+Blue) = 96+173+192=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #60ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADC0 is #9F523F. Grayscale: #979797. Windows color (decimal): -10441280 or 12627296. OLE color: 12627296.

HSL color Cylindrical-coordinate representation of color #60ADC0: hue angle of 191.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60ADC0 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 173 192 -
CMYK 0.50 0.10 0 0.25
HSL 191.88º 0.43% 0.56% -
HSV(B) 191.88º 0.5% 0.75% -
XYZ 29.28 36.18 55.31 -
YUV 152.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 96 173 192 0.50 0.10 0 0.25 191.88 0.43 0.56
Hex 60 AD C0 32 A 0 19 C0 2B 38
Octal 140 255 300 62 12 0 31 300 53 70
Binary 1100000 10101101 11000000 110010 1010 0 11001 11000000 101011 111000

Color Harmonies of #60ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADC0

Black with #60ADC0

Text Example


Text Example

White with #60ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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