Html Css Color HEX #4DDBB1 Medium Aquamarine

📋 copy color: '#4DDBB1'

red 77 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #4DDBB1

Tints of Medium Aquamarine #4DDBB1

RGB

 RED value IS 77 (30.47% from 255) = 16.28%

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 16.28%
G = 46.3%
B = 37.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#4DDBB1 (or 0x4DDBB1) is known color: Medium Aquamarine. HEX triplet: 4D, DB and B1. RGB value is (77,219,177). Sum of RGB (Red+Green+Blue) = 77+219+177=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBB1 is #B2244E. Grayscale: #ABABAB. Windows color (decimal): -11674703 or 11656013. OLE color: 11656013.

HSL color Cylindrical-coordinate representation of color #4DDBB1: hue angle of 162.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBB1 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 177 -
CMYK 0.65 0 0.19 0.14
HSL 162.25º 0.66% 0.58% -
HSV(B) 162.25º 0.65% 0.86% -
XYZ 36.33 55.42 50.38 -
YUV 171.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 77 219 177 0.65 0 0.19 0.14 162.25 0.66 0.58
Hex 4D DB B1 41 0 13 E A2 42 3A
Octal 115 333 261 101 0 23 16 242 102 72
Binary 1001101 11011011 10110001 1000001 0 10011 1110 10100010 1000010 111010

Color Harmonies of #4DDBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBB1

Black with #4DDBB1

Text Example


Text Example

White with #4DDBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,177); }

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

background-color css

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

 a { background-color: rgb(77,219,177); }

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

border-color css

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

 span { border-color: rgb(77,219,177); }

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