#53AFAB

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

Shades of Fountain Blue #53AFAB

Tints of Fountain Blue #53AFAB

Color information

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

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

Color convert

RGB83175171-
CMYK0.5300.020.31
HSL177.39º36.51%50.59%-
HSV(B)177.39º52.57%68.63%-
XYZ26.2535.4443.99-
YUV147.04141.5282.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751710.5300.020.31177.3936.5150.59
Hex53AFAB35021Fb12533
Octal1232572536502372614563
Binary101001110101111101010111101010101111110110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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