#4ADFB1

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

Shades of Medium Aquamarine #4ADFB1

Tints of Medium Aquamarine #4ADFB1

Color information

#4ADFB1 (or 0x4ADFB1) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, DF and B1. RGB value is (74,223,177). Sum of RGB (Red+Green+Blue) = 74+223+177=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFB1 is #B5204E. Grayscale: #ADADAD. Windows color (decimal): -11870287 or 11657034. OLE color: 11657034.

HSL color Cylindrical-coordinate representation of color #4ADFB1: hue angle of 161.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFB1 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB74223177-
CMYK0.6700.210.13
HSL161.48º69.95%58.24%-
HSV(B)161.48º66.82%87.45%-
XYZ37.1557.4150.72-
YUV173.2130.1457.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.61%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=15.61%
G=47.05%
B=37.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742231770.6700.210.13161.4869.9558.24
Hex4ADFB143015Da1463a
Octal1123372611030251524110672
Binary1001010110111111011000110000110101011101101000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,223,177); }

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

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

 a { background-color: rgb(74,223,177); }

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

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

 span { border-color: rgb(74,223,177); }

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