Html Css Color HEX #5EBAB7 Fountain Blue

📋 copy color: '#5EBAB7'

red 94 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #5EBAB7

Tints of Fountain Blue #5EBAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 20.3%
G = 40.17%
B = 39.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#5EBAB7 (or 0x5EBAB7) is known color: Fountain Blue. HEX triplet: 5E, BA and B7. RGB value is (94,186,183). Sum of RGB (Red+Green+Blue) = 94+186+183=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAB7 is #A14548. Grayscale: #9E9E9E. Windows color (decimal): -10569033 or 12040798. OLE color: 12040798.

HSL color Cylindrical-coordinate representation of color #5EBAB7: hue angle of 178.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBAB7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 186 183 -
CMYK 0.49 0 0.02 0.27
HSL 178.04º 0.4% 0.55% -
HSV(B) 178.04º 0.49% 0.73% -
XYZ 30.72 40.92 51.08 -
YUV 158.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 94 186 183 0.49 0 0.02 0.27 178.04 0.4 0.55
Hex 5E BA B7 31 0 2 1B B2 28 37
Octal 136 272 267 61 0 2 33 262 50 67
Binary 1011110 10111010 10110111 110001 0 10 11011 10110010 101000 110111

Color Harmonies of #5EBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAB7

Black with #5EBAB7

Text Example


Text Example

White with #5EBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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