Html Css Color HEX #53AEAC Fountain Blue

📋 copy color: '#53AEAC'

red 83 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #53AEAC

Tints of Fountain Blue #53AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 19.35%
G = 40.56%
B = 40.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#53AEAC (or 0x53AEAC) is known color: Fountain Blue. HEX triplet: 53, AE and AC. RGB value is (83,174,172). Sum of RGB (Red+Green+Blue) = 83+174+172=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #53AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEAC is #AC5153. Grayscale: #929292. Windows color (decimal): -11293012 or 11316819. OLE color: 11316819.

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

Color convert

RGB 83 174 172 -
CMYK 0.52 0 0.01 0.32
HSL 178.68º 0.36% 0.5% -
HSV(B) 178.68º 0.52% 0.68% -
XYZ 26.15 35.09 44.42 -
YUV 146.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 83 174 172 0.52 0 0.01 0.32 178.68 0.36 0.5
Hex 53 AE AC 34 0 1 20 B3 24 32
Octal 123 256 254 64 0 1 40 263 44 62
Binary 1010011 10101110 10101100 110100 0 1 100000 10110011 100100 110010

Color Harmonies of #53AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEAC

Black with #53AEAC

Text Example


Text Example

White with #53AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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