Html Css Color HEX #53ABAC Fountain Blue

📋 copy color: '#53ABAC'

red 83 ◦ green 171 ◦ blue 172

#53ABAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #53ABAC

Tints of Fountain Blue #53ABAC

RGB

 RED value IS 83 (32.81% from 255) = 19.48%

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 19.48%
G = 40.14%
B = 40.38%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#53ABAC (or 0x53ABAC) is known color: Fountain Blue. HEX triplet: 53, AB and AC. RGB value is (83,171,172). Sum of RGB (Red+Green+Blue) = 83+171+172=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #53ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABAC is #AC5453. Grayscale: #909090. Windows color (decimal): -11293780 or 11316051. OLE color: 11316051.

HSL color Cylindrical-coordinate representation of color #53ABAC: hue angle of 180.67º 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 #53ABAC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 171 172 -
CMYK 0.52 0.01 0 0.33
HSL 180.67º 0.35% 0.5% -
HSV(B) 180.67º 0.52% 0.67% -
XYZ 25.58 33.94 44.23 -
YUV 144.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 83 171 172 0.52 0.01 0 0.33 180.67 0.35 0.5
Hex 53 AB AC 34 1 0 21 B5 23 32
Octal 123 253 254 64 1 0 41 265 43 62
Binary 1010011 10101011 10101100 110100 1 0 100001 10110101 100011 110010

Color Harmonies of #53ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABAC

Black with #53ABAC

Text Example


Text Example

White with #53ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53ABAC;
 }
 .AnyTagClassName
 {
   color: #53ABAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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