Html Css Color HEX #60B4B0 Fountain Blue

📋 copy color: '#60B4B0'

red 96 ◦ green 180 ◦ blue 176

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

Shades of Fountain Blue #60B4B0

Tints of Fountain Blue #60B4B0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 21.24%
G = 39.82%
B = 38.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#60B4B0 (or 0x60B4B0) is known color: Fountain Blue. HEX triplet: 60, B4 and B0. RGB value is (96,180,176). Sum of RGB (Red+Green+Blue) = 96+180+176=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #60B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B4B0 is #9F4B4F. Grayscale: #9A9A9A. Windows color (decimal): -10439504 or 11580512. OLE color: 11580512.

HSL color Cylindrical-coordinate representation of color #60B4B0: hue angle of 177.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B4B0 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 180 176 -
CMYK 0.47 0 0.02 0.29
HSL 177.14º 0.36% 0.54% -
HSV(B) 177.14º 0.47% 0.71% -
XYZ 28.98 38.26 46.93 -
YUV 154.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 96 180 176 0.47 0 0.02 0.29 177.14 0.36 0.54
Hex 60 B4 B0 2F 0 2 1D B1 24 36
Octal 140 264 260 57 0 2 35 261 44 66
Binary 1100000 10110100 10110000 101111 0 10 11101 10110001 100100 110110

Color Harmonies of #60B4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B4B0

Black with #60B4B0

Text Example


Text Example

White with #60B4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,180,176); }

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

background-color css

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

 a { background-color: rgb(96,180,176); }

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

border-color css

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

 span { border-color: rgb(96,180,176); }

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