#4BD8AE

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

Shades of Medium Aquamarine #4BD8AE

Tints of Medium Aquamarine #4BD8AE

Color information

#4BD8AE (or 0x4BD8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, D8 and AE. RGB value is (75,216,174). Sum of RGB (Red+Green+Blue) = 75+216+174=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD8AE is #B42751. Grayscale: #A9A9A9. Windows color (decimal): -11806546 or 11458635. OLE color: 11458635.

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

Color convert

RGB75216174-
CMYK0.6500.190.15
HSL162.13º64.38%57.06%-
HSV(B)162.13º65.28%84.71%-
XYZ35.153.6648.55-
YUV169.05130.7960.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 216 (84.77% from 255) = 46.45%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=16.13%
G=46.45%
B=37.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752161740.6500.190.15162.1364.3857.06
Hex4BD8AE41013Fa24039
Octal1133302561010231724210071
Binary1001011110110001010111010000010100111111101000101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,216,174); }

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

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

 a { background-color: rgb(75,216,174); }

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

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

 span { border-color: rgb(75,216,174); }

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