#65B0AE

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

Shades of Fountain Blue #65B0AE

Tints of Fountain Blue #65B0AE

Color information

#65B0AE (or 0x65B0AE) is unknown color: approx Fountain Blue. HEX triplet: 65, B0 and AE. RGB value is (101,176,174). Sum of RGB (Red+Green+Blue) = 101+176+174=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #65B0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B0AE is #9A4F51. Grayscale: #999999. Windows color (decimal): -10112850 or 11448421. OLE color: 11448421.

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

Color convert

RGB101176174-
CMYK0.4300.010.31
HSL178.4º32.19%54.31%-
HSV(B)178.4º42.61%69.02%-
XYZ28.5336.8745.66-
YUV153.35139.6590.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=22.39%
G=39.02%
B=38.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761740.4300.010.31178.432.1954.31
Hex65B0AE2B011Fb22036
Octal1452602565301372624066
Binary11001011011000010101110101011011111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,174); }

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

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

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

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

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

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

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