#4DEEAF

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

Shades of Medium Aquamarine #4DEEAF

Tints of Medium Aquamarine #4DEEAF

Color information

#4DEEAF (or 0x4DEEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, EE and AF. RGB value is (77,238,175). Sum of RGB (Red+Green+Blue) = 77+238+175=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEEAF is #B21150. Grayscale: #B6B6B6. Windows color (decimal): -11669841 or 11529805. OLE color: 11529805.

HSL color Cylindrical-coordinate representation of color #4DEEAF: hue angle of 156.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEEAF is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB77238175-
CMYK0.6800.260.07
HSL156.52º82.56%61.76%-
HSV(B)156.52º67.65%93.33%-
XYZ41.3765.8251.08-
YUV182.68123.6652.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.71%
GREEN value IS 238 (93.36% from 255) = 48.57%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=15.71%
G=48.57%
B=35.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772381750.6800.260.07156.5282.5661.76
Hex4DEEAF4401A79d533e
Octal115356257104032723512376
Binary100110111101110101011111000100011010111100111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,238,175); }

 H1.HeaderClassName
 {
   color: #4DEEAF;
 }
 .AnyTagClassName
 {
   color: #4DEEAF;
 }
</style>
background-color css

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

 a { background-color: rgb(77,238,175); }

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

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

 span { border-color: rgb(77,238,175); }

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