Html Css Color HEX #5EADBE Fountain Blue

📋 copy color: '#5EADBE'

red 94 ◦ green 173 ◦ blue 190

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

Shades of Fountain Blue #5EADBE

Tints of Fountain Blue #5EADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 20.57%
G = 37.86%
B = 41.58%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EADBE (or 0x5EADBE) is known color: Fountain Blue. HEX triplet: 5E, AD and BE. RGB value is (94,173,190). Sum of RGB (Red+Green+Blue) = 94+173+190=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADBE is #A15241. Grayscale: #979797. Windows color (decimal): -10572354 or 12496222. OLE color: 12496222.

HSL color Cylindrical-coordinate representation of color #5EADBE: hue angle of 190.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EADBE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 173 190 -
CMYK 0.51 0.09 0 0.25
HSL 190.63º 0.42% 0.56% -
HSV(B) 190.63º 0.51% 0.75% -
XYZ 28.85 35.98 54.14 -
YUV 151.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 94 173 190 0.51 0.09 0 0.25 190.63 0.42 0.56
Hex 5E AD BE 33 9 0 19 BF 2A 38
Octal 136 255 276 63 11 0 31 277 52 70
Binary 1011110 10101101 10111110 110011 1001 0 11001 10111111 101010 111000

Color Harmonies of #5EADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADBE

Black with #5EADBE

Text Example


Text Example

White with #5EADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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