#65AFAC

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

Shades of Fountain Blue #65AFAC

Tints of Fountain Blue #65AFAC

Color information

#65AFAC (or 0x65AFAC) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and AC. RGB value is (101,175,172). Sum of RGB (Red+Green+Blue) = 101+175+172=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFAC is #9A5053. Grayscale: #989898. Windows color (decimal): -10113108 or 11317093. OLE color: 11317093.

HSL color Cylindrical-coordinate representation of color #65AFAC: hue angle of 177.57º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AFAC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB101175172-
CMYK0.4200.020.31
HSL177.57º31.62%54.12%-
HSV(B)177.57º42.29%68.63%-
XYZ28.1436.4144.57-
YUV152.53138.9891.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.54%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=22.54%
G=39.06%
B=38.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751720.4200.020.31177.5731.6254.12
Hex65AFAC2A021Fb22036
Octal1452572545202372624066
Binary110010110101111101011001010100101111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AFAC; }

 p { color: rgb(101,175,172); }

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

<style>
 a { background-color: #65AFAC; }

 a { background-color: rgb(101,175,172); }

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

<style>
 span { border-color: #65AFAC; }

 span { border-color: rgb(101,175,172); }

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