Html Css Color HEX #53AAAB Fountain Blue

📋 copy color: '#53AAAB'

red 83 ◦ green 170 ◦ blue 171

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

Shades of Fountain Blue #53AAAB

Tints of Fountain Blue #53AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 19.58%
G = 40.09%
B = 40.33%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#53AAAB (or 0x53AAAB) is known color: Fountain Blue. HEX triplet: 53, AA and AB. RGB value is (83,170,171). Sum of RGB (Red+Green+Blue) = 83+170+171=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #53AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAAB is #AC5554. Grayscale: #909090. Windows color (decimal): -11294037 or 11250259. OLE color: 11250259.

HSL color Cylindrical-coordinate representation of color #53AAAB: hue angle of 180.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AAAB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 171 -
CMYK 0.51 0.01 0 0.33
HSL 180.68º 0.35% 0.5% -
HSV(B) 180.68º 0.51% 0.67% -
XYZ 25.29 33.53 43.67 -
YUV 144.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 83 170 171 0.51 0.01 0 0.33 180.68 0.35 0.5
Hex 53 AA AB 33 1 0 21 B5 23 32
Octal 123 252 253 63 1 0 41 265 43 62
Binary 1010011 10101010 10101011 110011 1 0 100001 10110101 100011 110010

Color Harmonies of #53AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAAB

Black with #53AAAB

Text Example


Text Example

White with #53AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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