Html Css Color HEX #5EACBA Fountain Blue

📋 copy color: '#5EACBA'

red 94 ◦ green 172 ◦ blue 186

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

Shades of Fountain Blue #5EACBA

Tints of Fountain Blue #5EACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 20.8%
G = 38.05%
B = 41.15%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EACBA (or 0x5EACBA) is known color: Fountain Blue. HEX triplet: 5E, AC and BA. RGB value is (94,172,186). Sum of RGB (Red+Green+Blue) = 94+172+186=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBA is #A15345. Grayscale: #969696. Windows color (decimal): -10572614 or 12233822. OLE color: 12233822.

HSL color Cylindrical-coordinate representation of color #5EACBA: hue angle of 189.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EACBA is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 172 186 -
CMYK 0.49 0.08 0 0.27
HSL 189.13º 0.4% 0.55% -
HSV(B) 189.13º 0.49% 0.73% -
XYZ 28.23 35.43 51.81 -
YUV 150.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 94 172 186 0.49 0.08 0 0.27 189.13 0.4 0.55
Hex 5E AC BA 31 8 0 1B BD 28 37
Octal 136 254 272 61 10 0 33 275 50 67
Binary 1011110 10101100 10111010 110001 1000 0 11011 10111101 101000 110111

Color Harmonies of #5EACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACBA

Black with #5EACBA

Text Example


Text Example

White with #5EACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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