Html Css Color HEX #60B2C2 Fountain Blue

📋 copy color: '#60B2C2'

red 96 ◦ green 178 ◦ blue 194

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

Shades of Fountain Blue #60B2C2

Tints of Fountain Blue #60B2C2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 20.51%
G = 38.03%
B = 41.45%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#60B2C2 (or 0x60B2C2) is known color: Fountain Blue. HEX triplet: 60, B2 and C2. RGB value is (96,178,194). Sum of RGB (Red+Green+Blue) = 96+178+194=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #60B2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2C2 is #9F4D3D. Grayscale: #9B9B9B. Windows color (decimal): -10439998 or 12759648. OLE color: 12759648.

HSL color Cylindrical-coordinate representation of color #60B2C2: hue angle of 189.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B2C2 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 178 194 -
CMYK 0.51 0.08 0 0.24
HSL 189.8º 0.45% 0.57% -
HSV(B) 189.8º 0.51% 0.76% -
XYZ 30.48 38.22 56.81 -
YUV 155.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 96 178 194 0.51 0.08 0 0.24 189.8 0.45 0.57
Hex 60 B2 C2 33 8 0 18 BE 2D 39
Octal 140 262 302 63 10 0 30 276 55 71
Binary 1100000 10110010 11000010 110011 1000 0 11000 10111110 101101 111001

Color Harmonies of #60B2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2C2

Black with #60B2C2

Text Example


Text Example

White with #60B2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,178,194); }

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

background-color css

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

 a { background-color: rgb(96,178,194); }

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

border-color css

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

 span { border-color: rgb(96,178,194); }

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