Html Css Color HEX #4DD0B1 Medium Aquamarine

📋 copy color: '#4DD0B1'

red 77 ◦ green 208 ◦ blue 177

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

Shades of Medium Aquamarine #4DD0B1

Tints of Medium Aquamarine #4DD0B1

RGB

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

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

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

R = 16.67%
G = 45.02%
B = 38.31%

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

#4DD0B1 (or 0x4DD0B1) is known color: Medium Aquamarine. HEX triplet: 4D, D0 and B1. RGB value is (77,208,177). Sum of RGB (Red+Green+Blue) = 77+208+177=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD0B1 is #B22F4E. Grayscale: #A5A5A5. Windows color (decimal): -11677519 or 11653197. OLE color: 11653197.

HSL color Cylindrical-coordinate representation of color #4DD0B1: hue angle of 165.8º 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 #4DD0B1 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 177 -
CMYK 0.63 0 0.15 0.18
HSL 165.8º 0.58% 0.56% -
HSV(B) 165.8º 0.63% 0.82% -
XYZ 33.55 49.86 49.45 -
YUV 165.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 77 208 177 0.63 0 0.15 0.18 165.8 0.58 0.56
Hex 4D D0 B1 3F 0 F 12 A6 3A 38
Octal 115 320 261 77 0 17 22 246 72 70
Binary 1001101 11010000 10110001 111111 0 1111 10010 10100110 111010 111000

Color Harmonies of #4DD0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD0B1

Black with #4DD0B1

Text Example


Text Example

White with #4DD0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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