#53AEAF

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

Shades of Fountain Blue #53AEAF

Tints of Fountain Blue #53AEAF

Color information

#53AEAF (or 0x53AEAF) is unknown color: approx Fountain Blue. HEX triplet: 53, AE and AF. RGB value is (83,174,175). Sum of RGB (Red+Green+Blue) = 83+174+175=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #53AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEAF is #AC5150. Grayscale: #929292. Windows color (decimal): -11293009 or 11513427. OLE color: 11513427.

HSL color Cylindrical-coordinate representation of color #53AEAF: hue angle of 180.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AEAF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83174175-
CMYK0.530.0100.31
HSL180.65º36.51%50.59%-
HSV(B)180.65º52.57%68.63%-
XYZ26.4435.2145.96-
YUV146.9143.8582.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=19.21%
G=40.28%
B=40.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831741750.530.0100.31180.6536.5150.59
Hex53AEAF35101Fb52533
Octal1232562576510372654563
Binary10100111010111010101111110101101111110110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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