Html Css Color HEX #4EABAE Fountain Blue

📋 copy color: '#4EABAE'

red 78 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #4EABAE

Tints of Fountain Blue #4EABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 18.44%
G = 40.43%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4EABAE (or 0x4EABAE) is known color: Fountain Blue. HEX triplet: 4E, AB and AE. RGB value is (78,171,174). Sum of RGB (Red+Green+Blue) = 78+171+174=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #4EABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAE is #B15451. Grayscale: #8F8F8F. Windows color (decimal): -11621458 or 11447118. OLE color: 11447118.

HSL color Cylindrical-coordinate representation of color #4EABAE: hue angle of 181.88º 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 #4EABAE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 171 174 -
CMYK 0.55 0.02 0 0.32
HSL 181.88º 0.38% 0.49% -
HSV(B) 181.88º 0.55% 0.68% -
XYZ 25.34 33.8 45.23 -
YUV 143.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 78 171 174 0.55 0.02 0 0.32 181.88 0.38 0.49
Hex 4E AB AE 37 2 0 20 B6 26 31
Octal 116 253 256 67 2 0 40 266 46 61
Binary 1001110 10101011 10101110 110111 10 0 100000 10110110 100110 110001

Color Harmonies of #4EABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EABAE

Black with #4EABAE

Text Example


Text Example

White with #4EABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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