Html Css Color HEX #60C0BA Fountain Blue

📋 copy color: '#60C0BA'

red 96 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #60C0BA

Tints of Fountain Blue #60C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 20.25%
G = 40.51%
B = 39.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#60C0BA (or 0x60C0BA) is known color: Fountain Blue. HEX triplet: 60, C0 and BA. RGB value is (96,192,186). Sum of RGB (Red+Green+Blue) = 96+192+186=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0BA is #9F3F45. Grayscale: #A2A2A2. Windows color (decimal): -10436422 or 12238944. OLE color: 12238944.

HSL color Cylindrical-coordinate representation of color #60C0BA: hue angle of 176.25º 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 #60C0BA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 192 186 -
CMYK 0.50 0 0.03 0.25
HSL 176.25º 0.43% 0.56% -
HSV(B) 176.25º 0.5% 0.75% -
XYZ 32.54 43.73 53.18 -
YUV 162.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 96 192 186 0.50 0 0.03 0.25 176.25 0.43 0.56
Hex 60 C0 BA 32 0 3 19 B0 2B 38
Octal 140 300 272 62 0 3 31 260 53 70
Binary 1100000 11000000 10111010 110010 0 11 11001 10110000 101011 111000

Color Harmonies of #60C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0BA

Black with #60C0BA

Text Example


Text Example

White with #60C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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