Html Css Color HEX #5EC1BD Fountain Blue

📋 copy color: '#5EC1BD'

red 94 ◦ green 193 ◦ blue 189

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

Shades of Fountain Blue #5EC1BD

Tints of Fountain Blue #5EC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.55%

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 19.75%
G = 40.55%
B = 39.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#5EC1BD (or 0x5EC1BD) is known color: Fountain Blue. HEX triplet: 5E, C1 and BD. RGB value is (94,193,189). Sum of RGB (Red+Green+Blue) = 94+193+189=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1BD is #A13E42. Grayscale: #A2A2A2. Windows color (decimal): -10567235 or 12435806. OLE color: 12435806.

HSL color Cylindrical-coordinate representation of color #5EC1BD: hue angle of 177.58º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC1BD is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 193 189 -
CMYK 0.51 0 0.02 0.24
HSL 177.58º 0.44% 0.56% -
HSV(B) 177.58º 0.51% 0.76% -
XYZ 32.87 44.19 54.94 -
YUV 162.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 94 193 189 0.51 0 0.02 0.24 177.58 0.44 0.56
Hex 5E C1 BD 33 0 2 18 B2 2C 38
Octal 136 301 275 63 0 2 30 262 54 70
Binary 1011110 11000001 10111101 110011 0 10 11000 10110010 101100 111000

Color Harmonies of #5EC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC1BD

Black with #5EC1BD

Text Example


Text Example

White with #5EC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,193,189); }

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

background-color css

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

 a { background-color: rgb(94,193,189); }

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

border-color css

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

 span { border-color: rgb(94,193,189); }

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