Html Css Color HEX #5EBAB2 Fountain Blue

📋 copy color: '#5EBAB2'

red 94 ◦ green 186 ◦ blue 178

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

Shades of Fountain Blue #5EBAB2

Tints of Fountain Blue #5EBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 20.52%
G = 40.61%
B = 38.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#5EBAB2 (or 0x5EBAB2) is known color: Fountain Blue. HEX triplet: 5E, BA and B2. RGB value is (94,186,178). Sum of RGB (Red+Green+Blue) = 94+186+178=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAB2 is #A1454D. Grayscale: #9D9D9D. Windows color (decimal): -10569038 or 11713118. OLE color: 11713118.

HSL color Cylindrical-coordinate representation of color #5EBAB2: hue angle of 174.78º 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 #5EBAB2 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 186 178 -
CMYK 0.49 0 0.04 0.27
HSL 174.78º 0.4% 0.55% -
HSV(B) 174.78º 0.49% 0.73% -
XYZ 30.21 40.71 48.39 -
YUV 157.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 94 186 178 0.49 0 0.04 0.27 174.78 0.4 0.55
Hex 5E BA B2 31 0 4 1B AF 28 37
Octal 136 272 262 61 0 4 33 257 50 67
Binary 1011110 10111010 10110010 110001 0 100 11011 10101111 101000 110111

Color Harmonies of #5EBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAB2

Black with #5EBAB2

Text Example


Text Example

White with #5EBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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