#53AFAE

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

Shades of Fountain Blue #53AFAE

Tints of Fountain Blue #53AFAE

Color information

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

HSL color Cylindrical-coordinate representation of color #53AFAE: hue angle of 179.35º 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 #53AFAE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB83175174-
CMYK0.5300.010.31
HSL179.35º36.51%50.59%-
HSV(B)179.35º52.57%68.63%-
XYZ26.5435.5545.51-
YUV147.38143.0282.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751740.5300.010.31179.3536.5150.59
Hex53AFAE35011Fb32533
Octal1232572566501372634563
Binary10100111010111110101110110101011111110110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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