Html Css Color HEX #4EABAC Fountain Blue

📋 copy color: '#4EABAC'

red 78 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #4EABAC

Tints of Fountain Blue #4EABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 18.53%
G = 40.62%
B = 40.86%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4EABAC (or 0x4EABAC) is known color: Fountain Blue. HEX triplet: 4E, AB and AC. RGB value is (78,171,172). Sum of RGB (Red+Green+Blue) = 78+171+172=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #4EABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAC is #B15453. Grayscale: #8F8F8F. Windows color (decimal): -11621460 or 11316046. OLE color: 11316046.

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

Color convert

RGB 78 171 172 -
CMYK 0.55 0.01 0 0.33
HSL 180.64º 0.38% 0.49% -
HSV(B) 180.64º 0.55% 0.67% -
XYZ 25.15 33.72 44.21 -
YUV 143.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 78 171 172 0.55 0.01 0 0.33 180.64 0.38 0.49
Hex 4E AB AC 37 1 0 21 B5 26 31
Octal 116 253 254 67 1 0 41 265 46 61
Binary 1001110 10101011 10101100 110111 1 0 100001 10110101 100110 110001

Color Harmonies of #4EABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABAC

Black with #4EABAC

Text Example


Text Example

White with #4EABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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