Html Css Color HEX #4EADAB Fountain Blue

📋 copy color: '#4EADAB'

red 78 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #4EADAB

Tints of Fountain Blue #4EADAB

RGB

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

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

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

R = 18.48%
G = 41%
B = 40.52%

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

#4EADAB (or 0x4EADAB) is known color: Fountain Blue. HEX triplet: 4E, AD and AB. RGB value is (78,173,171). Sum of RGB (Red+Green+Blue) = 78+173+171=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #4EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EADAB is #B15254. Grayscale: #909090. Windows color (decimal): -11620949 or 11251022. OLE color: 11251022.

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

Color convert

RGB 78 173 171 -
CMYK 0.55 0 0.01 0.32
HSL 178.74º 0.38% 0.49% -
HSV(B) 178.74º 0.55% 0.68% -
XYZ 25.44 34.45 43.84 -
YUV 144.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 78 173 171 0.55 0 0.01 0.32 178.74 0.38 0.49
Hex 4E AD AB 37 0 1 20 B3 26 31
Octal 116 255 253 67 0 1 40 263 46 61
Binary 1001110 10101101 10101011 110111 0 1 100000 10110011 100110 110001

Color Harmonies of #4EADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADAB

Black with #4EADAB

Text Example


Text Example

White with #4EADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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