#4BDEAE

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

Shades of Medium Aquamarine #4BDEAE

Tints of Medium Aquamarine #4BDEAE

Color information

#4BDEAE (or 0x4BDEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, DE and AE. RGB value is (75,222,174). Sum of RGB (Red+Green+Blue) = 75+222+174=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDEAE is #B42151. Grayscale: #ACACAC. Windows color (decimal): -11805010 or 11460171. OLE color: 11460171.

HSL color Cylindrical-coordinate representation of color #4BDEAE: hue angle of 160.41º degrees, saturation: 0.69, 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 #4BDEAE is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB75222174-
CMYK0.6600.220.13
HSL160.41º69.01%58.24%-
HSV(B)160.41º66.22%87.06%-
XYZ36.6656.7949.07-
YUV172.58128.858.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.92%
GREEN value IS 222 (87.11% from 255) = 47.13%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=15.92%
G=47.13%
B=36.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752221740.6600.220.13160.4169.0158.24
Hex4BDEAE42016Da0453a
Octal1133362561020261524010572
Binary1001011110111101010111010000100101101101101000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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