Html Css Color HEX #60BCB7 Fountain Blue

📋 copy color: '#60BCB7'

red 96 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #60BCB7

Tints of Fountain Blue #60BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 183 (71.88% from 255) = 39.19%

R = 20.56%
G = 40.26%
B = 39.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#60BCB7 (or 0x60BCB7) is known color: Fountain Blue. HEX triplet: 60, BC and B7. RGB value is (96,188,183). Sum of RGB (Red+Green+Blue) = 96+188+183=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCB7 is #9F4348. Grayscale: #9F9F9F. Windows color (decimal): -10437449 or 12041312. OLE color: 12041312.

HSL color Cylindrical-coordinate representation of color #60BCB7: hue angle of 176.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCB7 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 183 -
CMYK 0.49 0 0.03 0.26
HSL 176.74º 0.41% 0.56% -
HSV(B) 176.74º 0.49% 0.74% -
XYZ 31.35 41.87 51.23 -
YUV 159.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 96 188 183 0.49 0 0.03 0.26 176.74 0.41 0.56
Hex 60 BC B7 31 0 3 1A B1 29 38
Octal 140 274 267 61 0 3 32 261 51 70
Binary 1100000 10111100 10110111 110001 0 11 11010 10110001 101001 111000

Color Harmonies of #60BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCB7

Black with #60BCB7

Text Example


Text Example

White with #60BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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