Html Css Color HEX #60B7BE Fountain Blue

📋 copy color: '#60B7BE'

red 96 ◦ green 183 ◦ blue 190

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

Shades of Fountain Blue #60B7BE

Tints of Fountain Blue #60B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 20.47%
G = 39.02%
B = 40.51%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B7BE (or 0x60B7BE) is known color: Fountain Blue. HEX triplet: 60, B7 and BE. RGB value is (96,183,190). Sum of RGB (Red+Green+Blue) = 96+183+190=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7BE is #9F4841. Grayscale: #9D9D9D. Windows color (decimal): -10438722 or 12498784. OLE color: 12498784.

HSL color Cylindrical-coordinate representation of color #60B7BE: hue angle of 184.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B7BE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 183 190 -
CMYK 0.49 0.04 0 0.25
HSL 184.47º 0.42% 0.56% -
HSV(B) 184.47º 0.49% 0.75% -
XYZ 31.05 40.07 54.81 -
YUV 157.79 146.18 83.93 -
System Red Green Blue C M Y K H S L
Decimal 96 183 190 0.49 0.04 0 0.25 184.47 0.42 0.56
Hex 60 B7 BE 31 4 0 19 B8 2A 38
Octal 140 267 276 61 4 0 31 270 52 70
Binary 1100000 10110111 10111110 110001 100 0 11001 10111000 101010 111000

Color Harmonies of #60B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7BE

Black with #60B7BE

Text Example


Text Example

White with #60B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,183,190); }

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

background-color css

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

 a { background-color: rgb(96,183,190); }

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

border-color css

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

 span { border-color: rgb(96,183,190); }

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