#4BEFA4

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

Shades of Medium Aquamarine #4BEFA4

Tints of Medium Aquamarine #4BEFA4

Color information

#4BEFA4 (or 0x4BEFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, EF and A4. RGB value is (75,239,164). Sum of RGB (Red+Green+Blue) = 75+239+164=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEFA4 is #B4105B. Grayscale: #B5B5B5. Windows color (decimal): -11800668 or 10809163. OLE color: 10809163.

HSL color Cylindrical-coordinate representation of color #4BEFA4: hue angle of 152.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFA4 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB75239164-
CMYK0.6900.310.06
HSL152.56º83.67%61.57%-
HSV(B)152.56º68.62%93.73%-
XYZ40.4765.9145.71-
YUV181.41118.1752.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.69%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=15.69%
G=50%
B=34.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752391640.6900.310.06152.5683.6761.57
Hex4BEFA44501F699543e
Octal113357244105037623112476
Binary100101111101111101001001000101011111110100110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,239,164); }

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

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

 a { background-color: rgb(75,239,164); }

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

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

 span { border-color: rgb(75,239,164); }

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