Html Css Color HEX #5EACBF Fountain Blue

📋 copy color: '#5EACBF'

red 94 ◦ green 172 ◦ blue 191

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

Shades of Fountain Blue #5EACBF

Tints of Fountain Blue #5EACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 20.57%
G = 37.64%
B = 41.79%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EACBF (or 0x5EACBF) is known color: Fountain Blue. HEX triplet: 5E, AC and BF. RGB value is (94,172,191). Sum of RGB (Red+Green+Blue) = 94+172+191=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBF is #A15340. Grayscale: #969696. Windows color (decimal): -10572609 or 12561502. OLE color: 12561502.

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

Color convert

RGB 94 172 191 -
CMYK 0.51 0.10 0 0.25
HSL 191.75º 0.43% 0.56% -
HSV(B) 191.75º 0.51% 0.75% -
XYZ 28.77 35.65 54.65 -
YUV 150.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 94 172 191 0.51 0.10 0 0.25 191.75 0.43 0.56
Hex 5E AC BF 33 A 0 19 C0 2B 38
Octal 136 254 277 63 12 0 31 300 53 70
Binary 1011110 10101100 10111111 110011 1010 0 11001 11000000 101011 111000

Color Harmonies of #5EACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACBF

Black with #5EACBF

Text Example


Text Example

White with #5EACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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