Html Css Color HEX #5EADAB Fountain Blue

📋 copy color: '#5EADAB'

red 94 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #5EADAB

Tints of Fountain Blue #5EADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 21.46%
G = 39.5%
B = 39.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5EADAB (or 0x5EADAB) is known color: Fountain Blue. HEX triplet: 5E, AD and AB. RGB value is (94,173,171). Sum of RGB (Red+Green+Blue) = 94+173+171=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #5EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EADAB is #A15254. Grayscale: #959595. Windows color (decimal): -10572373 or 11251038. OLE color: 11251038.

HSL color Cylindrical-coordinate representation of color #5EADAB: hue angle of 178.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EADAB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 173 171 -
CMYK 0.46 0 0.01 0.32
HSL 178.48º 0.33% 0.52% -
HSV(B) 178.48º 0.46% 0.68% -
XYZ 26.91 35.21 43.91 -
YUV 149.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 94 173 171 0.46 0 0.01 0.32 178.48 0.33 0.52
Hex 5E AD AB 2E 0 1 20 B2 21 34
Octal 136 255 253 56 0 1 40 262 41 64
Binary 1011110 10101101 10101011 101110 0 1 100000 10110010 100001 110100

Color Harmonies of #5EADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADAB

Black with #5EADAB

Text Example


Text Example

White with #5EADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,171); }

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

background-color css

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

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

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

border-color css

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

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

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