#4BDDAB

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

Shades of Medium Aquamarine #4BDDAB

Tints of Medium Aquamarine #4BDDAB

Color information

#4BDDAB (or 0x4BDDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, DD and AB. RGB value is (75,221,171). Sum of RGB (Red+Green+Blue) = 75+221+171=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDAB is #B42254. Grayscale: #ABABAB. Windows color (decimal): -11805269 or 11263307. OLE color: 11263307.

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

Color convert

RGB75221171-
CMYK0.6600.230.13
HSL159.45º68.22%58.04%-
HSV(B)159.45º66.06%86.67%-
XYZ36.1156.1547.46-
YUV171.65127.6359.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=16.06%
G=47.32%
B=36.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752211710.6600.230.13159.4568.2258.04
Hex4BDDAB42017D9f443a
Octal1133352531020271523710472
Binary1001011110111011010101110000100101111101100111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,221,171); }

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

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

 a { background-color: rgb(75,221,171); }

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

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

 span { border-color: rgb(75,221,171); }

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