Html Css Color HEX #60B0AC Fountain Blue

📋 copy color: '#60B0AC'

red 96 ◦ green 176 ◦ blue 172

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

Shades of Fountain Blue #60B0AC

Tints of Fountain Blue #60B0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 21.62%
G = 39.64%
B = 38.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#60B0AC (or 0x60B0AC) is known color: Fountain Blue. HEX triplet: 60, B0 and AC. RGB value is (96,176,172). Sum of RGB (Red+Green+Blue) = 96+176+172=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #60B0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B0AC is #9F4F53. Grayscale: #979797. Windows color (decimal): -10440532 or 11317344. OLE color: 11317344.

HSL color Cylindrical-coordinate representation of color #60B0AC: hue angle of 177º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60B0AC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 176 172 -
CMYK 0.45 0 0.02 0.31
HSL 177º 0.34% 0.53% -
HSV(B) 177º 0.45% 0.69% -
XYZ 27.8 36.52 44.61 -
YUV 151.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 96 176 172 0.45 0 0.02 0.31 177 0.34 0.53
Hex 60 B0 AC 2D 0 2 1F B1 22 35
Octal 140 260 254 55 0 2 37 261 42 65
Binary 1100000 10110000 10101100 101101 0 10 11111 10110001 100010 110101

Color Harmonies of #60B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B0AC

Black with #60B0AC

Text Example


Text Example

White with #60B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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