#53AEAA

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

Shades of Fountain Blue #53AEAA

Tints of Fountain Blue #53AEAA

Color information

#53AEAA (or 0x53AEAA) is unknown color: approx Fountain Blue. HEX triplet: 53, AE and AA. RGB value is (83,174,170). Sum of RGB (Red+Green+Blue) = 83+174+170=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #53AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEAA is #AC5155. Grayscale: #929292. Windows color (decimal): -11293014 or 11185747. OLE color: 11185747.

HSL color Cylindrical-coordinate representation of color #53AEAA: hue angle of 177.36º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AEAA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB83174170-
CMYK0.5200.020.32
HSL177.36º35.97%50.39%-
HSV(B)177.36º52.3%68.24%-
XYZ25.9635.0143.42-
YUV146.33141.3582.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=19.44%
G=40.75%
B=39.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741700.5200.020.32177.3635.9750.39
Hex53AEAA340220b12432
Octal1232562526402402614462
Binary1010011101011101010101011010001010000010110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AEAA; }

 p { color: rgb(83,174,170); }

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

<style>
 a { background-color: #53AEAA; }

 a { background-color: rgb(83,174,170); }

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

<style>
 span { border-color: #53AEAA; }

 span { border-color: rgb(83,174,170); }

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