#4DD0B1

Color #4DD0B1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4DD0B1

Tints of Medium Aquamarine #4DD0B1

Color information

#4DD0B1 (or 0x4DD0B1) is unknown color: approx 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

RGB77208177-
CMYK0.6300.150.18
HSL165.8º58.22%55.88%-
HSV(B)165.8º62.98%81.57%-
XYZ33.5549.8649.45-
YUV165.3134.665.02-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772081770.6300.150.18165.858.2255.88
Hex4DD0B13F0F12a63a38
Octal11532026177017222467270
Binary10011011101000010110001111111011111001010100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>