#65AFAF

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

Shades of Fountain Blue #65AFAF

Tints of Fountain Blue #65AFAF

Color information

#65AFAF (or 0x65AFAF) is unknown color: approx Fountain Blue. HEX triplet: 65, AF and AF. RGB value is (101,175,175). Sum of RGB (Red+Green+Blue) = 101+175+175=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #65AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFAF is #9A5050. Grayscale: #989898. Windows color (decimal): -10113105 or 11513701. OLE color: 11513701.

HSL color Cylindrical-coordinate representation of color #65AFAF: hue angle of 180º 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 #65AFAF is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101175175-
CMYK0.42000.31
HSL180º31.62%54.12%-
HSV(B)180º42.29%68.63%-
XYZ28.4336.5246.11-
YUV152.87140.4891-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=22.39%
G=38.80%
B=38.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751750.42000.3118031.6254.12
Hex65AFAF2A001Fb42036
Octal1452572575200372644066
Binary11001011010111110101111101010001111110110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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