Html Css Color HEX #4CDDA4 Medium Aquamarine

📋 copy color: '#4CDDA4'

red 76 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #4CDDA4

Tints of Medium Aquamarine #4CDDA4

RGB

 RED value IS 76 (30.08% from 255) = 16.49%

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 16.49%
G = 47.94%
B = 35.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#4CDDA4 (or 0x4CDDA4) is known color: Medium Aquamarine. HEX triplet: 4C, DD and A4. RGB value is (76,221,164). Sum of RGB (Red+Green+Blue) = 76+221+164=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDA4 is #B3225B. Grayscale: #ABABAB. Windows color (decimal): -11739740 or 10804556. OLE color: 10804556.

HSL color Cylindrical-coordinate representation of color #4CDDA4: hue angle of 156.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDA4 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 164 -
CMYK 0.66 0 0.26 0.13
HSL 156.41º 0.68% 0.58% -
HSV(B) 156.41º 0.66% 0.87% -
XYZ 35.54 55.93 44.04 -
YUV 171.15 123.96 60.13 -
System Red Green Blue C M Y K H S L
Decimal 76 221 164 0.66 0 0.26 0.13 156.41 0.68 0.58
Hex 4C DD A4 42 0 1A D 9C 44 3A
Octal 114 335 244 102 0 32 15 234 104 72
Binary 1001100 11011101 10100100 1000010 0 11010 1101 10011100 1000100 111010

Color Harmonies of #4CDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDA4

Black with #4CDDA4

Text Example


Text Example

White with #4CDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,164); }

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

background-color css

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

 a { background-color: rgb(76,221,164); }

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

border-color css

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

 span { border-color: rgb(76,221,164); }

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