#53ACAF

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

Shades of Fountain Blue #53ACAF

Tints of Fountain Blue #53ACAF

Color information

#53ACAF (or 0x53ACAF) is unknown color: approx Fountain Blue. HEX triplet: 53, AC and AF. RGB value is (83,172,175). Sum of RGB (Red+Green+Blue) = 83+172+175=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #53ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACAF is #AC5350. Grayscale: #919191. Windows color (decimal): -11293521 or 11512915. OLE color: 11512915.

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

Color convert

RGB83172175-
CMYK0.530.0200.31
HSL181.96º36.51%50.59%-
HSV(B)181.96º52.57%68.63%-
XYZ26.0634.4445.83-
YUV145.73144.5183.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.30%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=19.30%
G=40%
B=40.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831721750.530.0200.31181.9636.5150.59
Hex53ACAF35201Fb62533
Octal1232542576520372664563
Binary101001110101100101011111101011001111110110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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