Html Css Color HEX #4FD0AF Medium Aquamarine

📋 copy color: '#4FD0AF'

red 79 ◦ green 208 ◦ blue 175

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

Shades of Medium Aquamarine #4FD0AF

Tints of Medium Aquamarine #4FD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 17.1%
G = 45.02%
B = 37.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#4FD0AF (or 0x4FD0AF) is known color: Medium Aquamarine. HEX triplet: 4F, D0 and AF. RGB value is (79,208,175). Sum of RGB (Red+Green+Blue) = 79+208+175=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FD0AF is #B02F50. Grayscale: #A5A5A5. Windows color (decimal): -11546449 or 11522127. OLE color: 11522127.

HSL color Cylindrical-coordinate representation of color #4FD0AF: hue angle of 164.65º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD0AF is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 208 175 -
CMYK 0.62 0 0.16 0.18
HSL 164.65º 0.58% 0.56% -
HSV(B) 164.65º 0.62% 0.82% -
XYZ 33.52 49.87 48.42 -
YUV 165.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 79 208 175 0.62 0 0.16 0.18 164.65 0.58 0.56
Hex 4F D0 AF 3E 0 10 12 A5 3A 38
Octal 117 320 257 76 0 20 22 245 72 70
Binary 1001111 11010000 10101111 111110 0 10000 10010 10100101 111010 111000

Color Harmonies of #4FD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD0AF

Black with #4FD0AF

Text Example


Text Example

White with #4FD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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