Html Css Color HEX #5EBFBA Fountain Blue

📋 copy color: '#5EBFBA'

red 94 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #5EBFBA

Tints of Fountain Blue #5EBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 19.96%
G = 40.55%
B = 39.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#5EBFBA (or 0x5EBFBA) is known color: Fountain Blue. HEX triplet: 5E, BF and BA. RGB value is (94,191,186). Sum of RGB (Red+Green+Blue) = 94+191+186=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFBA is #A14045. Grayscale: #A1A1A1. Windows color (decimal): -10567750 or 12238686. OLE color: 12238686.

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

Color convert

RGB 94 191 186 -
CMYK 0.51 0 0.03 0.25
HSL 176.91º 0.43% 0.56% -
HSV(B) 176.91º 0.51% 0.75% -
XYZ 32.11 43.19 53.1 -
YUV 161.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 94 191 186 0.51 0 0.03 0.25 176.91 0.43 0.56
Hex 5E BF BA 33 0 3 19 B1 2B 38
Octal 136 277 272 63 0 3 31 261 53 70
Binary 1011110 10111111 10111010 110011 0 11 11001 10110001 101011 111000

Color Harmonies of #5EBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFBA

Black with #5EBFBA

Text Example


Text Example

White with #5EBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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