#4ADFB2

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

Shades of Medium Aquamarine #4ADFB2

Tints of Medium Aquamarine #4ADFB2

Color information

#4ADFB2 (or 0x4ADFB2) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, DF and B2. RGB value is (74,223,178). Sum of RGB (Red+Green+Blue) = 74+223+178=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFB2 is #B5204D. Grayscale: #ADADAD. Windows color (decimal): -11870286 or 11722570. OLE color: 11722570.

HSL color Cylindrical-coordinate representation of color #4ADFB2: hue angle of 161.88º 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 #4ADFB2 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB74223178-
CMYK0.6700.200.13
HSL161.88º69.95%58.24%-
HSV(B)161.88º66.82%87.45%-
XYZ37.2557.4551.24-
YUV173.32130.6457.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.58%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=15.58%
G=46.95%
B=37.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742231780.6700.200.13161.8869.9558.24
Hex4ADFB243014Da2463a
Octal1123372621030241524210672
Binary1001010110111111011001010000110101001101101000101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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