#53ABAF

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

Shades of Fountain Blue #53ABAF

Tints of Fountain Blue #53ABAF

Color information

#53ABAF (or 0x53ABAF) is unknown color: approx Fountain Blue. HEX triplet: 53, AB and AF. RGB value is (83,171,175). Sum of RGB (Red+Green+Blue) = 83+171+175=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #53ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABAF is #AC5450. Grayscale: #919191. Windows color (decimal): -11293777 or 11512659. OLE color: 11512659.

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

Color convert

RGB83171175-
CMYK0.530.0200.31
HSL182.61º36.51%50.59%-
HSV(B)182.61º52.57%68.63%-
XYZ25.8734.0645.77-
YUV145.14144.8583.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=19.35%
G=39.86%
B=40.79%

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
Decimal831711750.530.0200.31182.6136.5150.59
Hex53ABAF35201Fb72533
Octal1232532576520372674563
Binary101001110101011101011111101011001111110110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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