Html Css Color HEX #4FDAB0 Medium Aquamarine

📋 copy color: '#4FDAB0'

red 79 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #4FDAB0

Tints of Medium Aquamarine #4FDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 176 (69.14% from 255) = 37.21%

R = 16.7%
G = 46.09%
B = 37.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#4FDAB0 (or 0x4FDAB0) is known color: Medium Aquamarine. HEX triplet: 4F, DA and B0. RGB value is (79,218,176). Sum of RGB (Red+Green+Blue) = 79+218+176=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDAB0 is #B0254F. Grayscale: #ABABAB. Windows color (decimal): -11543888 or 11590223. OLE color: 11590223.

HSL color Cylindrical-coordinate representation of color #4FDAB0: hue angle of 161.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDAB0 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 218 176 -
CMYK 0.64 0 0.19 0.15
HSL 161.87º 0.65% 0.58% -
HSV(B) 161.87º 0.64% 0.85% -
XYZ 36.13 54.94 49.77 -
YUV 171.65 130.45 61.92 -
System Red Green Blue C M Y K H S L
Decimal 79 218 176 0.64 0 0.19 0.15 161.87 0.65 0.58
Hex 4F DA B0 40 0 13 F A2 41 3A
Octal 117 332 260 100 0 23 17 242 101 72
Binary 1001111 11011010 10110000 1000000 0 10011 1111 10100010 1000001 111010

Color Harmonies of #4FDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDAB0

Black with #4FDAB0

Text Example


Text Example

White with #4FDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,218,176); }

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

background-color css

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

 a { background-color: rgb(79,218,176); }

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

border-color css

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

 span { border-color: rgb(79,218,176); }

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