Html Css Color HEX #4CDDAD Medium Aquamarine

📋 copy color: '#4CDDAD'

red 76 ◦ green 221 ◦ blue 173

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

Shades of Medium Aquamarine #4CDDAD

Tints of Medium Aquamarine #4CDDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 16.17%
G = 47.02%
B = 36.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#4CDDAD (or 0x4CDDAD) is known color: Medium Aquamarine. HEX triplet: 4C, DD and AD. RGB value is (76,221,173). Sum of RGB (Red+Green+Blue) = 76+221+173=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDAD is #B32252. Grayscale: #ACACAC. Windows color (decimal): -11739731 or 11394380. OLE color: 11394380.

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

Color convert

RGB 76 221 173 -
CMYK 0.66 0 0.22 0.13
HSL 160.14º 0.68% 0.58% -
HSV(B) 160.14º 0.66% 0.87% -
XYZ 36.38 56.27 48.48 -
YUV 172.17 128.46 59.4 -
System Red Green Blue C M Y K H S L
Decimal 76 221 173 0.66 0 0.22 0.13 160.14 0.68 0.58
Hex 4C DD AD 42 0 16 D A0 44 3A
Octal 114 335 255 102 0 26 15 240 104 72
Binary 1001100 11011101 10101101 1000010 0 10110 1101 10100000 1000100 111010

Color Harmonies of #4CDDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDAD

Black with #4CDDAD

Text Example


Text Example

White with #4CDDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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