Html Css Color HEX #4DEEAF Medium Aquamarine

📋 copy color: '#4DEEAF'

red 77 ◦ green 238 ◦ blue 175

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

Shades of Medium Aquamarine #4DEEAF

Tints of Medium Aquamarine #4DEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.57%

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

R = 15.71%
G = 48.57%
B = 35.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#4DEEAF (or 0x4DEEAF) is known color: Medium Aquamarine. HEX triplet: 4D, EE and AF. RGB value is (77,238,175). Sum of RGB (Red+Green+Blue) = 77+238+175=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEEAF is #B21150. Grayscale: #B6B6B6. Windows color (decimal): -11669841 or 11529805. OLE color: 11529805.

HSL color Cylindrical-coordinate representation of color #4DEEAF: hue angle of 156.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEEAF is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 175 -
CMYK 0.68 0 0.26 0.07
HSL 156.52º 0.83% 0.62% -
HSV(B) 156.52º 0.68% 0.93% -
XYZ 41.37 65.82 51.08 -
YUV 182.68 123.66 52.62 -
System Red Green Blue C M Y K H S L
Decimal 77 238 175 0.68 0 0.26 0.07 156.52 0.83 0.62
Hex 4D EE AF 44 0 1A 7 9D 53 3E
Octal 115 356 257 104 0 32 7 235 123 76
Binary 1001101 11101110 10101111 1000100 0 11010 111 10011101 1010011 111110

Color Harmonies of #4DEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEAF

Black with #4DEEAF

Text Example


Text Example

White with #4DEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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