#4BDAAC

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

Shades of Medium Aquamarine #4BDAAC

Tints of Medium Aquamarine #4BDAAC

Color information

#4BDAAC (or 0x4BDAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, DA and AC. RGB value is (75,218,172). Sum of RGB (Red+Green+Blue) = 75+218+172=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDAAC is #B42553. Grayscale: #AAAAAA. Windows color (decimal): -11806036 or 11328075. OLE color: 11328075.

HSL color Cylindrical-coordinate representation of color #4BDAAC: hue angle of 160.7º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAAC is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB75218172-
CMYK0.6600.210.15
HSL160.7º65.9%57.45%-
HSV(B)160.7º65.6%85.49%-
XYZ35.4254.6247.71-
YUV170129.1260.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=16.13%
G=46.88%
B=36.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752181720.6600.210.15160.765.957.45
Hex4BDAAC42015Fa14239
Octal1133322541020251724110271
Binary1001011110110101010110010000100101011111101000011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,218,172); }

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

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

 a { background-color: rgb(75,218,172); }

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

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

 span { border-color: rgb(75,218,172); }

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