#60B3AF

Color #60B3AF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #60B3AF

Tints of Fountain Blue #60B3AF

Color information

#60B3AF (or 0x60B3AF) is unknown color: approx Fountain Blue. HEX triplet: 60, B3 and AF. RGB value is (96,179,175). Sum of RGB (Red+Green+Blue) = 96+179+175=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #60B3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B3AF is #9F4C50. Grayscale: #999999. Windows color (decimal): -10439761 or 11514720. OLE color: 11514720.

HSL color Cylindrical-coordinate representation of color #60B3AF: hue angle of 177.11º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B3AF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB96179175-
CMYK0.4600.020.30
HSL177.11º35.32%53.92%-
HSV(B)177.11º46.37%70.2%-
XYZ28.6837.8246.35-
YUV153.7314086.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.33%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=21.33%
G=39.78%
B=38.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961791750.4600.020.30177.1135.3253.92
Hex60B3AF2E021Eb12336
Octal1402632575602362614366
Binary110000010110011101011111011100101111010110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,179,175); }

 H1.HeaderClassName
 {
   color: #60B3AF;
 }
 .AnyTagClassName
 {
   color: #60B3AF;
 }
</style>
background-color css

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

 a { background-color: rgb(96,179,175); }

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

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

 span { border-color: rgb(96,179,175); }

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