Html Css Color HEX #5EBFBF Fountain Blue

📋 copy color: '#5EBFBF'

red 94 ◦ green 191 ◦ blue 191

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

Shades of Fountain Blue #5EBFBF

Tints of Fountain Blue #5EBFBF

RGB

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

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

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

R = 19.75%
G = 40.13%
B = 40.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5EBFBF (or 0x5EBFBF) is known color: Fountain Blue. HEX triplet: 5E, BF and BF. RGB value is (94,191,191). Sum of RGB (Red+Green+Blue) = 94+191+191=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #5EBFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFBF is #A14040. Grayscale: #A1A1A1. Windows color (decimal): -10567745 or 12566366. OLE color: 12566366.

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

Color convert

RGB 94 191 191 -
CMYK 0.51 0 0 0.25
HSL 180º 0.43% 0.56% -
HSV(B) 180º 0.51% 0.75% -
XYZ 32.65 43.4 55.95 -
YUV 162 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 94 191 191 0.51 0 0 0.25 180 0.43 0.56
Hex 5E BF BF 33 0 0 19 B4 2B 38
Octal 136 277 277 63 0 0 31 264 53 70
Binary 1011110 10111111 10111111 110011 0 0 11001 10110100 101011 111000

Color Harmonies of #5EBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFBF

Black with #5EBFBF

Text Example


Text Example

White with #5EBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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