Html Css Color HEX #5EACA9 Fountain Blue

📋 copy color: '#5EACA9'

red 94 ◦ green 172 ◦ blue 169

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

Shades of Fountain Blue #5EACA9

Tints of Fountain Blue #5EACA9

RGB

 RED value IS 94 (37.11% from 255) = 21.61%

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 21.61%
G = 39.54%
B = 38.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#5EACA9 (or 0x5EACA9) is known color: Fountain Blue. HEX triplet: 5E, AC and A9. RGB value is (94,172,169). Sum of RGB (Red+Green+Blue) = 94+172+169=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA9 is #A15356. Grayscale: #949494. Windows color (decimal): -10572631 or 11119710. OLE color: 11119710.

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

Color convert

RGB 94 172 169 -
CMYK 0.45 0 0.02 0.33
HSL 177.69º 0.32% 0.52% -
HSV(B) 177.69º 0.45% 0.67% -
XYZ 26.53 34.75 42.85 -
YUV 148.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 94 172 169 0.45 0 0.02 0.33 177.69 0.32 0.52
Hex 5E AC A9 2D 0 2 21 B2 20 34
Octal 136 254 251 55 0 2 41 262 40 64
Binary 1011110 10101100 10101001 101101 0 10 100001 10110010 100000 110100

Color Harmonies of #5EACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACA9

Black with #5EACA9

Text Example


Text Example

White with #5EACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,169); }

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

background-color css

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

 a { background-color: rgb(94,172,169); }

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

border-color css

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

 span { border-color: rgb(94,172,169); }

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