Html Css Color HEX #4CDDAB Medium Aquamarine

📋 copy color: '#4CDDAB'

red 76 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #4CDDAB

Tints of Medium Aquamarine #4CDDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 16.24%
G = 47.22%
B = 36.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#4CDDAB (or 0x4CDDAB) is known color: Medium Aquamarine. HEX triplet: 4C, DD and AB. RGB value is (76,221,171). Sum of RGB (Red+Green+Blue) = 76+221+171=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDAB is #B32254. Grayscale: #ACACAC. Windows color (decimal): -11739733 or 11263308. OLE color: 11263308.

HSL color Cylindrical-coordinate representation of color #4CDDAB: hue angle of 159.31º 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 #4CDDAB is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 171 -
CMYK 0.66 0 0.23 0.13
HSL 159.31º 0.68% 0.58% -
HSV(B) 159.31º 0.66% 0.87% -
XYZ 36.19 56.19 47.47 -
YUV 171.95 127.46 59.57 -
System Red Green Blue C M Y K H S L
Decimal 76 221 171 0.66 0 0.23 0.13 159.31 0.68 0.58
Hex 4C DD AB 42 0 17 D 9F 44 3A
Octal 114 335 253 102 0 27 15 237 104 72
Binary 1001100 11011101 10101011 1000010 0 10111 1101 10011111 1000100 111010

Color Harmonies of #4CDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDAB

Black with #4CDDAB

Text Example


Text Example

White with #4CDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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