#5EBABE

Color #5EBABE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5EBABE

Tints of Fountain Blue #5EBABE

Color information

#5EBABE (or 0x5EBABE) is unknown color: approx Fountain Blue. HEX triplet: 5E, BA and BE. RGB value is (94,186,190). Sum of RGB (Red+Green+Blue) = 94+186+190=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBABE is #A14541. Grayscale: #9E9E9E. Windows color (decimal): -10569026 or 12499550. OLE color: 12499550.

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

Color convert

RGB94186190-
CMYK0.510.0200.25
HSL182.5º42.48%55.69%-
HSV(B)182.5º50.53%74.51%-
XYZ31.4741.2255.01-
YUV158.95145.5281.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=20%
G=39.57%
B=40.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941861900.510.0200.25182.542.4855.69
Hex5EBABE332019b62a38
Octal1362722766320312665270
Binary101111010111010101111101100111001100110110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EBABE;
 }
 .AnyTagClassName
 {
   color: #5EBABE;
 }
</style>
background-color css

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

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

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

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

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

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