Html Css Color HEX #4FD8AF Medium Aquamarine

📋 copy color: '#4FD8AF'

red 79 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #4FD8AF

Tints of Medium Aquamarine #4FD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 16.81%
G = 45.96%
B = 37.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#4FD8AF (or 0x4FD8AF) is known color: Medium Aquamarine. HEX triplet: 4F, D8 and AF. RGB value is (79,216,175). Sum of RGB (Red+Green+Blue) = 79+216+175=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #4FD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FD8AF is #B02750. Grayscale: #AAAAAA. Windows color (decimal): -11544401 or 11524175. OLE color: 11524175.

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

Color convert

RGB 79 216 175 -
CMYK 0.63 0 0.19 0.15
HSL 162.04º 0.64% 0.58% -
HSV(B) 162.04º 0.63% 0.85% -
XYZ 35.52 53.87 49.08 -
YUV 170.36 130.61 62.83 -
System Red Green Blue C M Y K H S L
Decimal 79 216 175 0.63 0 0.19 0.15 162.04 0.64 0.58
Hex 4F D8 AF 3F 0 13 F A2 40 3A
Octal 117 330 257 77 0 23 17 242 100 72
Binary 1001111 11011000 10101111 111111 0 10011 1111 10100010 1000000 111010

Color Harmonies of #4FD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD8AF

Black with #4FD8AF

Text Example


Text Example

White with #4FD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,216,175); }

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

background-color css

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

 a { background-color: rgb(79,216,175); }

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

border-color css

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

 span { border-color: rgb(79,216,175); }

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