#4ADCB1

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

Shades of Medium Aquamarine #4ADCB1

Tints of Medium Aquamarine #4ADCB1

Color information

#4ADCB1 (or 0x4ADCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, DC and B1. RGB value is (74,220,177). Sum of RGB (Red+Green+Blue) = 74+220+177=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCB1 is #B5234E. Grayscale: #ABABAB. Windows color (decimal): -11871055 or 11656266. OLE color: 11656266.

HSL color Cylindrical-coordinate representation of color #4ADCB1: hue angle of 162.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCB1 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB74220177-
CMYK0.6600.200.14
HSL162.33º67.59%57.65%-
HSV(B)162.33º66.36%86.27%-
XYZ36.3555.8250.45-
YUV171.44131.1358.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.71%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=15.71%
G=46.71%
B=37.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal742201770.6600.200.14162.3367.5957.65
Hex4ADCB142014Ea2443a
Octal1123342611020241624210472
Binary1001010110111001011000110000100101001110101000101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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