Html Css Color HEX #4ED6B0 Medium Aquamarine

📋 copy color: '#4ED6B0'

red 78 ◦ green 214 ◦ blue 176

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

Shades of Medium Aquamarine #4ED6B0

Tints of Medium Aquamarine #4ED6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 16.67%
G = 45.73%
B = 37.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#4ED6B0 (or 0x4ED6B0) is known color: Medium Aquamarine. HEX triplet: 4E, D6 and B0. RGB value is (78,214,176). Sum of RGB (Red+Green+Blue) = 78+214+176=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED6B0 is #B1294F. Grayscale: #A9A9A9. Windows color (decimal): -11610448 or 11589198. OLE color: 11589198.

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

Color convert

RGB 78 214 176 -
CMYK 0.64 0 0.18 0.16
HSL 163.24º 0.62% 0.57% -
HSV(B) 163.24º 0.64% 0.84% -
XYZ 35.02 52.85 49.43 -
YUV 169 131.94 63.09 -
System Red Green Blue C M Y K H S L
Decimal 78 214 176 0.64 0 0.18 0.16 163.24 0.62 0.57
Hex 4E D6 B0 40 0 12 10 A3 3E 39
Octal 116 326 260 100 0 22 20 243 76 71
Binary 1001110 11010110 10110000 1000000 0 10010 10000 10100011 111110 111001

Color Harmonies of #4ED6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED6B0

Black with #4ED6B0

Text Example


Text Example

White with #4ED6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,214,176); }

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

background-color css

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

 a { background-color: rgb(78,214,176); }

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

border-color css

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

 span { border-color: rgb(78,214,176); }

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