Html Css Color HEX #60B2BF Fountain Blue

📋 copy color: '#60B2BF'

red 96 ◦ green 178 ◦ blue 191

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

Shades of Fountain Blue #60B2BF

Tints of Fountain Blue #60B2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.08%

R = 20.65%
G = 38.28%
B = 41.08%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B2BF (or 0x60B2BF) is known color: Fountain Blue. HEX triplet: 60, B2 and BF. RGB value is (96,178,191). Sum of RGB (Red+Green+Blue) = 96+178+191=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2BF is #9F4D40. Grayscale: #9A9A9A. Windows color (decimal): -10440001 or 12563040. OLE color: 12563040.

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

Color convert

RGB 96 178 191 -
CMYK 0.50 0.07 0 0.25
HSL 188.21º 0.43% 0.56% -
HSV(B) 188.21º 0.5% 0.75% -
XYZ 30.15 38.09 55.05 -
YUV 154.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 96 178 191 0.50 0.07 0 0.25 188.21 0.43 0.56
Hex 60 B2 BF 32 7 0 19 BC 2B 38
Octal 140 262 277 62 7 0 31 274 53 70
Binary 1100000 10110010 10111111 110010 111 0 11001 10111100 101011 111000

Color Harmonies of #60B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2BF

Black with #60B2BF

Text Example


Text Example

White with #60B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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