Html Css Color HEX #4FFCA0 Medium Aquamarine

📋 copy color: '#4FFCA0'

red 79 ◦ green 252 ◦ blue 160

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

Shades of Medium Aquamarine #4FFCA0

Tints of Medium Aquamarine #4FFCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.32%

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

R = 16.09%
G = 51.32%
B = 32.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#4FFCA0 (or 0x4FFCA0) is known color: Medium Aquamarine. HEX triplet: 4F, FC and A0. RGB value is (79,252,160). Sum of RGB (Red+Green+Blue) = 79+252+160=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCA0 is #B0035F. Grayscale: #BDBDBD. Windows color (decimal): -11535200 or 10550351. OLE color: 10550351.

HSL color Cylindrical-coordinate representation of color #4FFCA0: hue angle of 148.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCA0 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 160 -
CMYK 0.69 0 0.37 0.01
HSL 148.09º 0.97% 0.65% -
HSV(B) 148.09º 0.69% 0.99% -
XYZ 44.38 73.82 45.17 -
YUV 189.79 111.19 48.98 -
System Red Green Blue C M Y K H S L
Decimal 79 252 160 0.69 0 0.37 0.01 148.09 0.97 0.65
Hex 4F FC A0 45 0 25 1 94 61 41
Octal 117 374 240 105 0 45 1 224 141 101
Binary 1001111 11111100 10100000 1000101 0 100101 1 10010100 1100001 1000001

Color Harmonies of #4FFCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCA0

Black with #4FFCA0

Text Example


Text Example

White with #4FFCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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