Html Css Color HEX #5EADBA Fountain Blue

📋 copy color: '#5EADBA'

red 94 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #5EADBA

Tints of Fountain Blue #5EADBA

RGB

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

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

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

R = 20.75%
G = 38.19%
B = 41.06%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5EADBA (or 0x5EADBA) is known color: Fountain Blue. HEX triplet: 5E, AD and BA. RGB value is (94,173,186). Sum of RGB (Red+Green+Blue) = 94+173+186=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADBA is #A15245. Grayscale: #969696. Windows color (decimal): -10572358 or 12234078. OLE color: 12234078.

HSL color Cylindrical-coordinate representation of color #5EADBA: hue angle of 188.48º 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 #5EADBA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 173 186 -
CMYK 0.49 0.07 0 0.27
HSL 188.48º 0.4% 0.55% -
HSV(B) 188.48º 0.49% 0.73% -
XYZ 28.42 35.81 51.87 -
YUV 150.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 94 173 186 0.49 0.07 0 0.27 188.48 0.4 0.55
Hex 5E AD BA 31 7 0 1B BC 28 37
Octal 136 255 272 61 7 0 33 274 50 67
Binary 1011110 10101101 10111010 110001 111 0 11011 10111100 101000 110111

Color Harmonies of #5EADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADBA

Black with #5EADBA

Text Example


Text Example

White with #5EADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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