#65A2AA

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

Shades of Fountain Blue #65A2AA

Tints of Fountain Blue #65A2AA

Color information

#65A2AA (or 0x65A2AA) is unknown color: approx Fountain Blue. HEX triplet: 65, A2 and AA. RGB value is (101,162,170). Sum of RGB (Red+Green+Blue) = 101+162+170=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2AA is #9A5D55. Grayscale: #909090. Windows color (decimal): -10116438 or 11182693. OLE color: 11182693.

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

Color convert

RGB101162170-
CMYK0.410.0500.33
HSL186.96º28.87%53.14%-
HSV(B)186.96º40.59%66.67%-
XYZ25.5431.5142.77-
YUV144.67142.2996.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=23.33%
G=37.41%
B=39.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011621700.410.0500.33186.9628.8753.14
Hex65A2AA295021bb1d35
Octal1452422525150412733565
Binary1100101101000101010101010100110101000011011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,162,170); }

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

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

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

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

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

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

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