#53ACAC

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

Shades of Fountain Blue #53ACAC

Tints of Fountain Blue #53ACAC

Color information

#53ACAC (or 0x53ACAC) is unknown color: approx Fountain Blue. HEX triplet: 53, AC and AC. RGB value is (83,172,172). Sum of RGB (Red+Green+Blue) = 83+172+172=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #53ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ACAC is #AC5353. Grayscale: #919191. Windows color (decimal): -11293524 or 11316307. OLE color: 11316307.

HSL color Cylindrical-coordinate representation of color #53ACAC: hue angle of 180º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53ACAC is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83172172-
CMYK0.52000.33
HSL180º34.9%50%-
HSV(B)180º51.74%67.45%-
XYZ25.7734.3244.3-
YUV145.39143.0183.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=19.44%
G=40.28%
B=40.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721720.52000.3318034.950
Hex53ACAC340021b42332
Octal1232542546400412644362
Binary101001110101100101011001101000010000110110100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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