#4BEDAE

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

Shades of Medium Aquamarine #4BEDAE

Tints of Medium Aquamarine #4BEDAE

Color information

#4BEDAE (or 0x4BEDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, ED and AE. RGB value is (75,237,174). Sum of RGB (Red+Green+Blue) = 75+237+174=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEDAE is #B41251. Grayscale: #B5B5B5. Windows color (decimal): -11801170 or 11464011. OLE color: 11464011.

HSL color Cylindrical-coordinate representation of color #4BEDAE: hue angle of 156.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEDAE is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB75237174-
CMYK0.6800.270.07
HSL156.67º81.82%61.18%-
HSV(B)156.67º68.35%92.94%-
XYZ40.8365.1250.46-
YUV181.38123.8352.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.43%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=15.43%
G=48.77%
B=35.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752371740.6800.270.07156.6781.8261.18
Hex4BEDAE4401B79d523d
Octal113355256104033723512275
Binary100101111101101101011101000100011011111100111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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