#4AFBAB

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

Shades of Medium Aquamarine #4AFBAB

Tints of Medium Aquamarine #4AFBAB

Color information

#4AFBAB (or 0x4AFBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, FB and AB. RGB value is (74,251,171). Sum of RGB (Red+Green+Blue) = 74+251+171=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFBAB is #B50454. Grayscale: #BDBDBD. Windows color (decimal): -11863125 or 11270986. OLE color: 11270986.

HSL color Cylindrical-coordinate representation of color #4AFBAB: hue angle of 152.88º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBAB is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB74251171-
CMYK0.7100.320.02
HSL152.88º95.68%63.73%-
HSV(B)152.88º70.52%98.43%-
XYZ44.6773.3950.34-
YUV188.96117.8646-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.92%
GREEN value IS 251 (98.44% from 255) = 50.60%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=14.92%
G=50.60%
B=34.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742511710.7100.320.02152.8895.6863.73
Hex4AFBAB470202996040
Octal1123732531070402231140100
Binary1001010111110111010101110001110100000101001100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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