Html Css Color HEX #4FF1A0 Medium Aquamarine

📋 copy color: '#4FF1A0'

red 79 ◦ green 241 ◦ blue 160

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

Shades of Medium Aquamarine #4FF1A0

Tints of Medium Aquamarine #4FF1A0

RGB

 RED value IS 79 (31.25% from 255) = 16.46%

 GREEN value IS 241 (94.53% from 255) = 50.21%

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

R = 16.46%
G = 50.21%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#4FF1A0 (or 0x4FF1A0) is known color: Medium Aquamarine. HEX triplet: 4F, F1 and A0. RGB value is (79,241,160). Sum of RGB (Red+Green+Blue) = 79+241+160=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF1A0 is #B00E5F. Grayscale: #B7B7B7. Windows color (decimal): -11538016 or 10547535. OLE color: 10547535.

HSL color Cylindrical-coordinate representation of color #4FF1A0: hue angle of 150º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1A0 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 241 160 -
CMYK 0.67 0 0.34 0.05
HSL 150º 0.85% 0.63% -
HSV(B) 150º 0.67% 0.95% -
XYZ 41.02 67.11 44.05 -
YUV 183.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 79 241 160 0.67 0 0.34 0.05 150 0.85 0.63
Hex 4F F1 A0 43 0 22 5 96 55 3F
Octal 117 361 240 103 0 42 5 226 125 77
Binary 1001111 11110001 10100000 1000011 0 100010 101 10010110 1010101 111111

Color Harmonies of #4FF1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF1A0

Black with #4FF1A0

Text Example


Text Example

White with #4FF1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,241,160); }

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

background-color css

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

 a { background-color: rgb(79,241,160); }

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

border-color css

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

 span { border-color: rgb(79,241,160); }

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