Html Css Color HEX #60B9BF Fountain Blue

📋 copy color: '#60B9BF'

red 96 ◦ green 185 ◦ blue 191

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

Shades of Fountain Blue #60B9BF

Tints of Fountain Blue #60B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

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

R = 20.34%
G = 39.19%
B = 40.47%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B9BF (or 0x60B9BF) is known color: Fountain Blue. HEX triplet: 60, B9 and BF. RGB value is (96,185,191). Sum of RGB (Red+Green+Blue) = 96+185+191=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9BF is #9F4640. Grayscale: #9E9E9E. Windows color (decimal): -10438209 or 12564832. OLE color: 12564832.

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

Color convert

RGB 96 185 191 -
CMYK 0.50 0.03 0 0.25
HSL 183.79º 0.43% 0.56% -
HSV(B) 183.79º 0.5% 0.75% -
XYZ 31.58 40.95 55.53 -
YUV 159.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 96 185 191 0.50 0.03 0 0.25 183.79 0.43 0.56
Hex 60 B9 BF 32 3 0 19 B8 2B 38
Octal 140 271 277 62 3 0 31 270 53 70
Binary 1100000 10111001 10111111 110010 11 0 11001 10111000 101011 111000

Color Harmonies of #60B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B9BF

Black with #60B9BF

Text Example


Text Example

White with #60B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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