Html Css Color HEX #4DD0B0 Medium Aquamarine

📋 copy color: '#4DD0B0'

red 77 ◦ green 208 ◦ blue 176

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

Shades of Medium Aquamarine #4DD0B0

Tints of Medium Aquamarine #4DD0B0

RGB

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

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

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

R = 16.7%
G = 45.12%
B = 38.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#4DD0B0 (or 0x4DD0B0) is known color: Medium Aquamarine. HEX triplet: 4D, D0 and B0. RGB value is (77,208,176). Sum of RGB (Red+Green+Blue) = 77+208+176=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD0B0 is #B22F4F. Grayscale: #A5A5A5. Windows color (decimal): -11677520 or 11587661. OLE color: 11587661.

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

Color convert

RGB 77 208 176 -
CMYK 0.63 0 0.15 0.18
HSL 165.34º 0.58% 0.56% -
HSV(B) 165.34º 0.63% 0.82% -
XYZ 33.45 49.82 48.93 -
YUV 165.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 77 208 176 0.63 0 0.15 0.18 165.34 0.58 0.56
Hex 4D D0 B0 3F 0 F 12 A5 3A 38
Octal 115 320 260 77 0 17 22 245 72 70
Binary 1001101 11010000 10110000 111111 0 1111 10010 10100101 111010 111000

Color Harmonies of #4DD0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD0B0

Black with #4DD0B0

Text Example


Text Example

White with #4DD0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,208,176); }

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

background-color css

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

 a { background-color: rgb(77,208,176); }

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

border-color css

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

 span { border-color: rgb(77,208,176); }

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