Html Css Color HEX #60B2BE Fountain Blue

📋 copy color: '#60B2BE'

red 96 ◦ green 178 ◦ blue 190

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

Shades of Fountain Blue #60B2BE

Tints of Fountain Blue #60B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 20.69%
G = 38.36%
B = 40.95%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B2BE (or 0x60B2BE) is known color: Fountain Blue. HEX triplet: 60, B2 and BE. RGB value is (96,178,190). Sum of RGB (Red+Green+Blue) = 96+178+190=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2BE is #9F4D41. Grayscale: #9A9A9A. Windows color (decimal): -10440002 or 12497504. OLE color: 12497504.

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

Color convert

RGB 96 178 190 -
CMYK 0.49 0.06 0 0.25
HSL 187.66º 0.42% 0.56% -
HSV(B) 187.66º 0.49% 0.75% -
XYZ 30.04 38.05 54.48 -
YUV 154.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 96 178 190 0.49 0.06 0 0.25 187.66 0.42 0.56
Hex 60 B2 BE 31 6 0 19 BC 2A 38
Octal 140 262 276 61 6 0 31 274 52 70
Binary 1100000 10110010 10111110 110001 110 0 11001 10111100 101010 111000

Color Harmonies of #60B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2BE

Black with #60B2BE

Text Example


Text Example

White with #60B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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