Html Css Color HEX #5EADB5 Fountain Blue

📋 copy color: '#5EADB5'

red 94 ◦ green 173 ◦ blue 181

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

Shades of Fountain Blue #5EADB5

Tints of Fountain Blue #5EADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 20.98%
G = 38.62%
B = 40.4%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5EADB5 (or 0x5EADB5) is known color: Fountain Blue. HEX triplet: 5E, AD and B5. RGB value is (94,173,181). Sum of RGB (Red+Green+Blue) = 94+173+181=448 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.98% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #5EADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADB5 is #A1524A. Grayscale: #969696. Windows color (decimal): -10572363 or 11906398. OLE color: 11906398.

HSL color Cylindrical-coordinate representation of color #5EADB5: hue angle of 185.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EADB5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 173 181 -
CMYK 0.48 0.04 0 0.29
HSL 185.52º 0.37% 0.54% -
HSV(B) 185.52º 0.48% 0.71% -
XYZ 27.9 35.6 49.12 -
YUV 150.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 94 173 181 0.48 0.04 0 0.29 185.52 0.37 0.54
Hex 5E AD B5 30 4 0 1D BA 25 36
Octal 136 255 265 60 4 0 35 272 45 66
Binary 1011110 10101101 10110101 110000 100 0 11101 10111010 100101 110110

Color Harmonies of #5EADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADB5

Black with #5EADB5

Text Example


Text Example

White with #5EADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,181); }

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

background-color css

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

 a { background-color: rgb(94,173,181); }

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

border-color css

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

 span { border-color: rgb(94,173,181); }

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