Html Css Color HEX #5AAEAC Fountain Blue

📋 copy color: '#5AAEAC'

red 90 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #5AAEAC

Tints of Fountain Blue #5AAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 20.64%
G = 39.91%
B = 39.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5AAEAC (or 0x5AAEAC) is known color: Fountain Blue. HEX triplet: 5A, AE and AC. RGB value is (90,174,172). Sum of RGB (Red+Green+Blue) = 90+174+172=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEAC is #A55153. Grayscale: #949494. Windows color (decimal): -10834260 or 11316826. OLE color: 11316826.

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

Color convert

RGB 90 174 172 -
CMYK 0.48 0 0.01 0.32
HSL 178.57º 0.34% 0.52% -
HSV(B) 178.57º 0.48% 0.68% -
XYZ 26.8 35.42 44.45 -
YUV 148.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 90 174 172 0.48 0 0.01 0.32 178.57 0.34 0.52
Hex 5A AE AC 30 0 1 20 B3 22 34
Octal 132 256 254 60 0 1 40 263 42 64
Binary 1011010 10101110 10101100 110000 0 1 100000 10110011 100010 110100

Color Harmonies of #5AAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEAC

Black with #5AAEAC

Text Example


Text Example

White with #5AAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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