#53ADAB

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

Shades of Fountain Blue #53ADAB

Tints of Fountain Blue #53ADAB

Color information

#53ADAB (or 0x53ADAB) is unknown color: approx Fountain Blue. HEX triplet: 53, AD and AB. RGB value is (83,173,171). Sum of RGB (Red+Green+Blue) = 83+173+171=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #53ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ADAB is #AC5254. Grayscale: #919191. Windows color (decimal): -11293269 or 11251027. OLE color: 11251027.

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

Color convert

RGB83173171-
CMYK0.5200.010.32
HSL178.67º35.43%50.2%-
HSV(B)178.67º52.02%67.84%-
XYZ25.8634.6743.86-
YUV145.86142.1883.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=19.44%
G=40.52%
B=40.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831731710.5200.010.32178.6735.4350.2
Hex53ADAB340120b32332
Octal1232552536401402634362
Binary101001110101101101010111101000110000010110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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