Html Css Color HEX #53A8AF Fountain Blue

📋 copy color: '#53A8AF'

red 83 ◦ green 168 ◦ blue 175

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

Shades of Fountain Blue #53A8AF

Tints of Fountain Blue #53A8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 19.48%
G = 39.44%
B = 41.08%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#53A8AF (or 0x53A8AF) is known color: Fountain Blue. HEX triplet: 53, A8 and AF. RGB value is (83,168,175). Sum of RGB (Red+Green+Blue) = 83+168+175=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #53A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A8AF is #AC5750. Grayscale: #8F8F8F. Windows color (decimal): -11294545 or 11511891. OLE color: 11511891.

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

Color convert

RGB 83 168 175 -
CMYK 0.53 0.04 0 0.31
HSL 184.57º 0.37% 0.51% -
HSV(B) 184.57º 0.53% 0.69% -
XYZ 25.31 32.94 45.58 -
YUV 143.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 83 168 175 0.53 0.04 0 0.31 184.57 0.37 0.51
Hex 53 A8 AF 35 4 0 1F B9 25 33
Octal 123 250 257 65 4 0 37 271 45 63
Binary 1010011 10101000 10101111 110101 100 0 11111 10111001 100101 110011

Color Harmonies of #53A8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8AF

Black with #53A8AF

Text Example


Text Example

White with #53A8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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