Html Css Color HEX #4EADAC Fountain Blue

📋 copy color: '#4EADAC'

red 78 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #4EADAC

Tints of Fountain Blue #4EADAC

RGB

 RED value IS 78 (30.86% from 255) = 18.44%

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 18.44%
G = 40.9%
B = 40.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4EADAC (or 0x4EADAC) is known color: Fountain Blue. HEX triplet: 4E, AD and AC. RGB value is (78,173,172). Sum of RGB (Red+Green+Blue) = 78+173+172=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #4EADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EADAC is #B15253. Grayscale: #909090. Windows color (decimal): -11620948 or 11316558. OLE color: 11316558.

HSL color Cylindrical-coordinate representation of color #4EADAC: hue angle of 179.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EADAC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 172 -
CMYK 0.55 0 0.01 0.32
HSL 179.37º 0.38% 0.49% -
HSV(B) 179.37º 0.55% 0.68% -
XYZ 25.53 34.49 44.34 -
YUV 144.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 78 173 172 0.55 0 0.01 0.32 179.37 0.38 0.49
Hex 4E AD AC 37 0 1 20 B3 26 31
Octal 116 255 254 67 0 1 40 263 46 61
Binary 1001110 10101101 10101100 110111 0 1 100000 10110011 100110 110001

Color Harmonies of #4EADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADAC

Black with #4EADAC

Text Example


Text Example

White with #4EADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EADAC; }

 p { color: rgb(78,173,172); }

 H1.HeaderClassName
 {
   color: #4EADAC;
 }
 .AnyTagClassName
 {
   color: #4EADAC;
 }
</style>

background-color css

<style>
 a { background-color: #4EADAC; }

 a { background-color: rgb(78,173,172); }

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

border-color css

<style>
 span { border-color: #4EADAC; }

 span { border-color: rgb(78,173,172); }

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