#4ae6ab

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

Shades of Medium Aquamarine #4AE6AB

Tints of Medium Aquamarine #4AE6AB

Color information

#4AE6AB (or 0x4AE6AB) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, E6 and AB. RGB value is (74,230,171). Sum of RGB (Red+Green+Blue) = 74+230+171=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE6AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE6AB is #B51954. Grayscale: #B0B0B0. Windows color (decimal): -11868501 or 11265610. OLE color: 11265610.

HSL color Cylindrical-coordinate representation of color #4AE6AB: hue angle of 157.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE6AB is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB74230171-
CMYK0.6800.260.10
HSL157.31º75.73%59.61%-
HSV(B)157.31º67.83%90.2%-
XYZ38.4760.9948.27-
YUV176.63124.8254.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.58%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 171 (67.19% from 255) = 36%
R=15.58%
G=48.42%
B=36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742301710.6800.260.10157.3175.7359.61
Hex4AE6AB4401AA9d4c3c
Octal1123462531040321223511474
Binary1001010111001101010101110001000110101010100111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ae6ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,230,171); }

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

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

 a { background-color: rgb(74,230,171); }

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

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

 span { border-color: rgb(74,230,171); }

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