Html Css Color HEX #4CFFA0 Medium Aquamarine

📋 copy color: '#4CFFA0'

red 76 ◦ green 255 ◦ blue 160

#4CFFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #4CFFA0

Tints of Medium Aquamarine #4CFFA0

RGB

 RED value IS 76 (30.08% from 255) = 15.48%

 GREEN value IS 255 (100% from 255) = 51.93%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 15.48%
G = 51.93%
B = 32.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#4CFFA0 (or 0x4CFFA0) is known color: Medium Aquamarine. HEX triplet: 4C, FF and A0. RGB value is (76,255,160). Sum of RGB (Red+Green+Blue) = 76+255+160=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFFA0 is #B3005F. Grayscale: #BEBEBE. Windows color (decimal): -11731040 or 10551116. OLE color: 10551116.

HSL color Cylindrical-coordinate representation of color #4CFFA0: hue angle of 148.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 160 -
CMYK 0.70 0 0.37 0
HSL 148.16º 1% 0.65% -
HSV(B) 148.16º 0.7% 1% -
XYZ 45.09 75.59 45.47 -
YUV 190.65 110.7 46.22 -
System Red Green Blue C M Y K H S L
Decimal 76 255 160 0.70 0 0.37 0 148.16 1 0.65
Hex 4C FF A0 46 0 25 0 94 64 41
Octal 114 377 240 106 0 45 0 224 144 101
Binary 1001100 11111111 10100000 1000110 0 100101 0 10010100 1100100 1000001

Color Harmonies of #4CFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFA0

Black with #4CFFA0

Text Example


Text Example

White with #4CFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,160); }

 H1.HeaderClassName
 {
   color: #4CFFA0;
 }
 .AnyTagClassName
 {
   color: #4CFFA0;
 }
</style>

background-color css

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

 a { background-color: rgb(76,255,160); }

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

border-color css

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

 span { border-color: rgb(76,255,160); }

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