Html Css Color HEX #60BCB5 Fountain Blue

📋 copy color: '#60BCB5'

red 96 ◦ green 188 ◦ blue 181

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

Shades of Fountain Blue #60BCB5

Tints of Fountain Blue #60BCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 20.65%
G = 40.43%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#60BCB5 (or 0x60BCB5) is known color: Fountain Blue. HEX triplet: 60, BC and B5. RGB value is (96,188,181). Sum of RGB (Red+Green+Blue) = 96+188+181=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCB5 is #9F434A. Grayscale: #9F9F9F. Windows color (decimal): -10437451 or 11910240. OLE color: 11910240.

HSL color Cylindrical-coordinate representation of color #60BCB5: hue angle of 175.43º 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 #60BCB5 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 181 -
CMYK 0.49 0 0.04 0.26
HSL 175.43º 0.41% 0.56% -
HSV(B) 175.43º 0.49% 0.74% -
XYZ 31.15 41.79 50.14 -
YUV 159.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 96 188 181 0.49 0 0.04 0.26 175.43 0.41 0.56
Hex 60 BC B5 31 0 4 1A AF 29 38
Octal 140 274 265 61 0 4 32 257 51 70
Binary 1100000 10111100 10110101 110001 0 100 11010 10101111 101001 111000

Color Harmonies of #60BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCB5

Black with #60BCB5

Text Example


Text Example

White with #60BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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