#65ACAB

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

Shades of Fountain Blue #65ACAB

Tints of Fountain Blue #65ACAB

Color information

#65ACAB (or 0x65ACAB) is unknown color: approx Fountain Blue. HEX triplet: 65, AC and AB. RGB value is (101,172,171). Sum of RGB (Red+Green+Blue) = 101+172+171=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #65ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ACAB is #9A5354. Grayscale: #969696. Windows color (decimal): -10113877 or 11250789. OLE color: 11250789.

HSL color Cylindrical-coordinate representation of color #65ACAB: hue angle of 179.15º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65ACAB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB101172171-
CMYK0.4100.010.33
HSL179.15º29.96%53.53%-
HSV(B)179.15º41.28%67.45%-
XYZ27.4735.2143.88-
YUV150.66139.4892.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=22.75%
G=38.74%
B=38.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721710.4100.010.33179.1529.9653.53
Hex65ACAB290121b31e36
Octal1452542535101412633666
Binary11001011010110010101011101001011000011011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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