#4BEDA7

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

Shades of Medium Aquamarine #4BEDA7

Tints of Medium Aquamarine #4BEDA7

Color information

#4BEDA7 (or 0x4BEDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, ED and A7. RGB value is (75,237,167). Sum of RGB (Red+Green+Blue) = 75+237+167=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEDA7 is #B41258. Grayscale: #B4B4B4. Windows color (decimal): -11801177 or 11005259. OLE color: 11005259.

HSL color Cylindrical-coordinate representation of color #4BEDA7: hue angle of 154.07º 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 #4BEDA7 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB75237167-
CMYK0.6800.300.07
HSL154.07º81.82%61.18%-
HSV(B)154.07º68.35%92.94%-
XYZ40.1664.8546.96-
YUV180.58120.3352.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.66%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=15.66%
G=49.48%
B=34.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752371670.6800.300.07154.0781.8261.18
Hex4BEDA74401E79a523d
Octal113355247104036723212275
Binary100101111101101101001111000100011110111100110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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