Html Css Color HEX #60ACBF Fountain Blue

📋 copy color: '#60ACBF'

red 96 ◦ green 172 ◦ blue 191

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

Shades of Fountain Blue #60ACBF

Tints of Fountain Blue #60ACBF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 20.92%
G = 37.47%
B = 41.61%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60ACBF (or 0x60ACBF) is known color: Fountain Blue. HEX triplet: 60, AC and BF. RGB value is (96,172,191). Sum of RGB (Red+Green+Blue) = 96+172+191=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #60ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACBF is #9F5340. Grayscale: #979797. Windows color (decimal): -10441537 or 12561504. OLE color: 12561504.

HSL color Cylindrical-coordinate representation of color #60ACBF: hue angle of 192º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60ACBF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 172 191 -
CMYK 0.50 0.10 0 0.25
HSL 192º 0.43% 0.56% -
HSV(B) 192º 0.5% 0.75% -
XYZ 28.98 35.75 54.66 -
YUV 151.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 96 172 191 0.50 0.10 0 0.25 192 0.43 0.56
Hex 60 AC BF 32 A 0 19 C0 2B 38
Octal 140 254 277 62 12 0 31 300 53 70
Binary 1100000 10101100 10111111 110010 1010 0 11001 11000000 101011 111000

Color Harmonies of #60ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACBF

Black with #60ACBF

Text Example


Text Example

White with #60ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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