Html Css Color HEX #5EACBE Fountain Blue

📋 copy color: '#5EACBE'

red 94 ◦ green 172 ◦ blue 190

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

Shades of Fountain Blue #5EACBE

Tints of Fountain Blue #5EACBE

RGB

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

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

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

R = 20.61%
G = 37.72%
B = 41.67%

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

#5EACBE (or 0x5EACBE) is known color: Fountain Blue. HEX triplet: 5E, AC and BE. RGB value is (94,172,190). Sum of RGB (Red+Green+Blue) = 94+172+190=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBE is #A15341. Grayscale: #969696. Windows color (decimal): -10572610 or 12495966. OLE color: 12495966.

HSL color Cylindrical-coordinate representation of color #5EACBE: hue angle of 191.25º 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 #5EACBE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 172 190 -
CMYK 0.51 0.09 0 0.25
HSL 191.25º 0.42% 0.56% -
HSV(B) 191.25º 0.51% 0.75% -
XYZ 28.66 35.6 54.08 -
YUV 150.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 94 172 190 0.51 0.09 0 0.25 191.25 0.42 0.56
Hex 5E AC BE 33 9 0 19 BF 2A 38
Octal 136 254 276 63 11 0 31 277 52 70
Binary 1011110 10101100 10111110 110011 1001 0 11001 10111111 101010 111000

Color Harmonies of #5EACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACBE

Black with #5EACBE

Text Example


Text Example

White with #5EACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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