Html Css Color HEX #5AADA9 Fountain Blue

📋 copy color: '#5AADA9'

red 90 ◦ green 173 ◦ blue 169

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

Shades of Fountain Blue #5AADA9

Tints of Fountain Blue #5AADA9

RGB

 RED value IS 90 (35.55% from 255) = 20.83%

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

 BLUE value IS 169 (66.41% from 255) = 39.12%

R = 20.83%
G = 40.05%
B = 39.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#5AADA9 (or 0x5AADA9) is known color: Fountain Blue. HEX triplet: 5A, AD and A9. RGB value is (90,173,169). Sum of RGB (Red+Green+Blue) = 90+173+169=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA9 is #A55256. Grayscale: #939393. Windows color (decimal): -10834519 or 11119962. OLE color: 11119962.

HSL color Cylindrical-coordinate representation of color #5AADA9: hue angle of 177.11º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AADA9 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 169 -
CMYK 0.48 0 0.02 0.32
HSL 177.11º 0.34% 0.52% -
HSV(B) 177.11º 0.48% 0.68% -
XYZ 26.32 34.93 42.89 -
YUV 147.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 90 173 169 0.48 0 0.02 0.32 177.11 0.34 0.52
Hex 5A AD A9 30 0 2 20 B1 22 34
Octal 132 255 251 60 0 2 40 261 42 64
Binary 1011010 10101101 10101001 110000 0 10 100000 10110001 100010 110100

Color Harmonies of #5AADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADA9

Black with #5AADA9

Text Example


Text Example

White with #5AADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AADA9; }

 p { color: rgb(90,173,169); }

 H1.HeaderClassName
 {
   color: #5AADA9;
 }
 .AnyTagClassName
 {
   color: #5AADA9;
 }
</style>

background-color css

<style>
 a { background-color: #5AADA9; }

 a { background-color: rgb(90,173,169); }

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

border-color css

<style>
 span { border-color: #5AADA9; }

 span { border-color: rgb(90,173,169); }

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