Html Css Color HEX #5AAEAA Fountain Blue

📋 copy color: '#5AAEAA'

red 90 ◦ green 174 ◦ blue 170

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

Shades of Fountain Blue #5AAEAA

Tints of Fountain Blue #5AAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 20.74%
G = 40.09%
B = 39.17%

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

#5AAEAA (or 0x5AAEAA) is known color: Fountain Blue. HEX triplet: 5A, AE and AA. RGB value is (90,174,170). Sum of RGB (Red+Green+Blue) = 90+174+170=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEAA is #A55155. Grayscale: #949494. Windows color (decimal): -10834262 or 11185754. OLE color: 11185754.

HSL color Cylindrical-coordinate representation of color #5AAEAA: hue angle of 177.14º 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 #5AAEAA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 170 -
CMYK 0.48 0 0.02 0.32
HSL 177.14º 0.34% 0.52% -
HSV(B) 177.14º 0.48% 0.68% -
XYZ 26.61 35.35 43.45 -
YUV 148.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 90 174 170 0.48 0 0.02 0.32 177.14 0.34 0.52
Hex 5A AE AA 30 0 2 20 B1 22 34
Octal 132 256 252 60 0 2 40 261 42 64
Binary 1011010 10101110 10101010 110000 0 10 100000 10110001 100010 110100

Color Harmonies of #5AAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEAA

Black with #5AAEAA

Text Example


Text Example

White with #5AAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,170); }

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

background-color css

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

 a { background-color: rgb(90,174,170); }

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

border-color css

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

 span { border-color: rgb(90,174,170); }

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