Html Css Color HEX #4DF8AF Medium Aquamarine

📋 copy color: '#4DF8AF'

red 77 ◦ green 248 ◦ blue 175

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

Shades of Medium Aquamarine #4DF8AF

Tints of Medium Aquamarine #4DF8AF

RGB

 RED value IS 77 (30.47% from 255) = 15.4%

 GREEN value IS 248 (97.27% from 255) = 49.6%

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

R = 15.4%
G = 49.6%
B = 35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#4DF8AF (or 0x4DF8AF) is known color: Medium Aquamarine. HEX triplet: 4D, F8 and AF. RGB value is (77,248,175). Sum of RGB (Red+Green+Blue) = 77+248+175=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF8AF is #B20750. Grayscale: #BCBCBC. Windows color (decimal): -11667281 or 11532365. OLE color: 11532365.

HSL color Cylindrical-coordinate representation of color #4DF8AF: hue angle of 154.39º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8AF is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 175 -
CMYK 0.69 0 0.29 0.03
HSL 154.39º 0.92% 0.64% -
HSV(B) 154.39º 0.69% 0.97% -
XYZ 44.37 71.81 52.08 -
YUV 188.55 120.35 48.44 -
System Red Green Blue C M Y K H S L
Decimal 77 248 175 0.69 0 0.29 0.03 154.39 0.92 0.64
Hex 4D F8 AF 45 0 1D 3 9A 5C 40
Octal 115 370 257 105 0 35 3 232 134 100
Binary 1001101 11111000 10101111 1000101 0 11101 11 10011010 1011100 1000000

Color Harmonies of #4DF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF8AF

Black with #4DF8AF

Text Example


Text Example

White with #4DF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,248,175); }

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

background-color css

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

 a { background-color: rgb(77,248,175); }

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

border-color css

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

 span { border-color: rgb(77,248,175); }

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