Html Css Color HEX #53ADAF Fountain Blue

📋 copy color: '#53ADAF'

red 83 ◦ green 173 ◦ blue 175

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

Shades of Fountain Blue #53ADAF

Tints of Fountain Blue #53ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 19.26%
G = 40.14%
B = 40.6%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#53ADAF (or 0x53ADAF) is known color: Fountain Blue. HEX triplet: 53, AD and AF. RGB value is (83,173,175). Sum of RGB (Red+Green+Blue) = 83+173+175=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #53ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ADAF is #AC5250. Grayscale: #929292. Windows color (decimal): -11293265 or 11513171. OLE color: 11513171.

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

Color convert

RGB 83 173 175 -
CMYK 0.53 0.01 0 0.31
HSL 181.3º 0.37% 0.51% -
HSV(B) 181.3º 0.53% 0.69% -
XYZ 26.25 34.82 45.9 -
YUV 146.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 83 173 175 0.53 0.01 0 0.31 181.3 0.37 0.51
Hex 53 AD AF 35 1 0 1F B5 25 33
Octal 123 255 257 65 1 0 37 265 45 63
Binary 1010011 10101101 10101111 110101 1 0 11111 10110101 100101 110011

Color Harmonies of #53ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADAF

Black with #53ADAF

Text Example


Text Example

White with #53ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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