#5FAFAD

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

Shades of Fountain Blue #5FAFAD

Tints of Fountain Blue #5FAFAD

Color information

#5FAFAD (or 0x5FAFAD) is unknown color: approx Fountain Blue. HEX triplet: 5F, AF and AD. RGB value is (95,175,173). Sum of RGB (Red+Green+Blue) = 95+175+173=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAD is #A05052. Grayscale: #969696. Windows color (decimal): -10506323 or 11382623. OLE color: 11382623.

HSL color Cylindrical-coordinate representation of color #5FAFAD: hue angle of 178.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAFAD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB95175173-
CMYK0.4600.010.31
HSL178.5º33.33%52.94%-
HSV(B)178.5º45.71%68.63%-
XYZ27.5936.1145.05-
YUV150.85140.588.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=21.44%
G=39.50%
B=39.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751730.4600.010.31178.533.3352.94
Hex5FAFAD2E011Fb22135
Octal1372572555601372624165
Binary10111111010111110101101101110011111110110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAFAD; }

 p { color: rgb(95,175,173); }

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

<style>
 a { background-color: #5FAFAD; }

 a { background-color: rgb(95,175,173); }

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

<style>
 span { border-color: #5FAFAD; }

 span { border-color: rgb(95,175,173); }

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