#60AFAB

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

Shades of Fountain Blue #60AFAB

Tints of Fountain Blue #60AFAB

Color information

#60AFAB (or 0x60AFAB) is unknown color: approx Fountain Blue. HEX triplet: 60, AF and AB. RGB value is (96,175,171). Sum of RGB (Red+Green+Blue) = 96+175+171=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFAB is #9F5054. Grayscale: #969696. Windows color (decimal): -10440789 or 11251552. OLE color: 11251552.

HSL color Cylindrical-coordinate representation of color #60AFAB: hue angle of 176.96º degrees, saturation: 0.33, 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 #60AFAB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB96175171-
CMYK0.4500.020.31
HSL176.96º33.05%53.14%-
HSV(B)176.96º45.14%68.63%-
XYZ27.536.0944.04-
YUV150.92139.3388.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.72%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=21.72%
G=39.59%
B=38.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751710.4500.020.31176.9633.0553.14
Hex60AFAB2D021Fb12135
Octal1402572535502372614165
Binary110000010101111101010111011010101111110110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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