Html Css Color HEX #53AAB4 Fountain Blue

📋 copy color: '#53AAB4'

red 83 ◦ green 170 ◦ blue 180

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

Shades of Fountain Blue #53AAB4

Tints of Fountain Blue #53AAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 19.17%
G = 39.26%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#53AAB4 (or 0x53AAB4) is known color: Fountain Blue. HEX triplet: 53, AA and B4. RGB value is (83,170,180). Sum of RGB (Red+Green+Blue) = 83+170+180=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #53AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAB4 is #AC554B. Grayscale: #919191. Windows color (decimal): -11294028 or 11840083. OLE color: 11840083.

HSL color Cylindrical-coordinate representation of color #53AAB4: hue angle of 186.19º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53AAB4 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 170 180 -
CMYK 0.54 0.06 0 0.29
HSL 186.19º 0.39% 0.52% -
HSV(B) 186.19º 0.54% 0.71% -
XYZ 26.18 33.88 48.34 -
YUV 145.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 83 170 180 0.54 0.06 0 0.29 186.19 0.39 0.52
Hex 53 AA B4 36 6 0 1D BA 27 34
Octal 123 252 264 66 6 0 35 272 47 64
Binary 1010011 10101010 10110100 110110 110 0 11101 10111010 100111 110100

Color Harmonies of #53AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAB4

Black with #53AAB4

Text Example


Text Example

White with #53AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,180); }

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

background-color css

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

 a { background-color: rgb(83,170,180); }

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

border-color css

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

 span { border-color: rgb(83,170,180); }

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