Html Css Color HEX #60B5BE Fountain Blue

📋 copy color: '#60B5BE'

red 96 ◦ green 181 ◦ blue 190

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

Shades of Fountain Blue #60B5BE

Tints of Fountain Blue #60B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 20.56%
G = 38.76%
B = 40.69%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B5BE (or 0x60B5BE) is known color: Fountain Blue. HEX triplet: 60, B5 and BE. RGB value is (96,181,190). Sum of RGB (Red+Green+Blue) = 96+181+190=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5BE is #9F4A41. Grayscale: #9C9C9C. Windows color (decimal): -10439234 or 12498272. OLE color: 12498272.

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

Color convert

RGB 96 181 190 -
CMYK 0.49 0.05 0 0.25
HSL 185.74º 0.42% 0.56% -
HSV(B) 185.74º 0.49% 0.75% -
XYZ 30.64 39.25 54.68 -
YUV 156.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 96 181 190 0.49 0.05 0 0.25 185.74 0.42 0.56
Hex 60 B5 BE 31 5 0 19 BA 2A 38
Octal 140 265 276 61 5 0 31 272 52 70
Binary 1100000 10110101 10111110 110001 101 0 11001 10111010 101010 111000

Color Harmonies of #60B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5BE

Black with #60B5BE

Text Example


Text Example

White with #60B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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