#65ACAA

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

Shades of Fountain Blue #65ACAA

Tints of Fountain Blue #65ACAA

Color information

#65ACAA (or 0x65ACAA) is unknown color: approx Fountain Blue. HEX triplet: 65, AC and AA. RGB value is (101,172,170). Sum of RGB (Red+Green+Blue) = 101+172+170=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #65ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ACAA is #9A5355. Grayscale: #969696. Windows color (decimal): -10113878 or 11185253. OLE color: 11185253.

HSL color Cylindrical-coordinate representation of color #65ACAA: hue angle of 178.31º 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 #65ACAA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB101172170-
CMYK0.4100.010.33
HSL178.31º29.96%53.53%-
HSV(B)178.31º41.28%67.45%-
XYZ27.3835.1743.38-
YUV150.54138.9892.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.80%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=22.80%
G=38.83%
B=38.37%

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
Decimal1011721700.4100.010.33178.3129.9653.53
Hex65ACAA290121b21e36
Octal1452542525101412623666
Binary11001011010110010101010101001011000011011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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