Html Css Color HEX #4ED0AF Medium Aquamarine

📋 copy color: '#4ED0AF'

red 78 ◦ green 208 ◦ blue 175

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

Shades of Medium Aquamarine #4ED0AF

Tints of Medium Aquamarine #4ED0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 16.92%
G = 45.12%
B = 37.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#4ED0AF (or 0x4ED0AF) is known color: Medium Aquamarine. HEX triplet: 4E, D0 and AF. RGB value is (78,208,175). Sum of RGB (Red+Green+Blue) = 78+208+175=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED0AF is #B12F50. Grayscale: #A5A5A5. Windows color (decimal): -11611985 or 11522126. OLE color: 11522126.

HSL color Cylindrical-coordinate representation of color #4ED0AF: hue angle of 164.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED0AF is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 208 175 -
CMYK 0.62 0 0.16 0.18
HSL 164.77º 0.58% 0.56% -
HSV(B) 164.77º 0.63% 0.82% -
XYZ 33.44 49.83 48.41 -
YUV 165.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 78 208 175 0.62 0 0.16 0.18 164.77 0.58 0.56
Hex 4E D0 AF 3E 0 10 12 A5 3A 38
Octal 116 320 257 76 0 20 22 245 72 70
Binary 1001110 11010000 10101111 111110 0 10000 10010 10100101 111010 111000

Color Harmonies of #4ED0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED0AF

Black with #4ED0AF

Text Example


Text Example

White with #4ED0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,175); }

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

background-color css

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

 a { background-color: rgb(78,208,175); }

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

border-color css

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

 span { border-color: rgb(78,208,175); }

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