Html Css Color HEX #4CDEAA Medium Aquamarine

📋 copy color: '#4CDEAA'

red 76 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #4CDEAA

Tints of Medium Aquamarine #4CDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 16.24%
G = 47.44%
B = 36.32%

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

#4CDEAA (or 0x4CDEAA) is known color: Medium Aquamarine. HEX triplet: 4C, DE and AA. RGB value is (76,222,170). Sum of RGB (Red+Green+Blue) = 76+222+170=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDEAA is #B32155. Grayscale: #ACACAC. Windows color (decimal): -11739478 or 11198028. OLE color: 11198028.

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

Color convert

RGB 76 222 170 -
CMYK 0.66 0 0.23 0.13
HSL 158.63º 0.69% 0.58% -
HSV(B) 158.63º 0.66% 0.87% -
XYZ 36.36 56.68 47.05 -
YUV 172.42 126.63 59.23 -
System Red Green Blue C M Y K H S L
Decimal 76 222 170 0.66 0 0.23 0.13 158.63 0.69 0.58
Hex 4C DE AA 42 0 17 D 9F 45 3A
Octal 114 336 252 102 0 27 15 237 105 72
Binary 1001100 11011110 10101010 1000010 0 10111 1101 10011111 1000101 111010

Color Harmonies of #4CDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDEAA

Black with #4CDEAA

Text Example


Text Example

White with #4CDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,222,170); }

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

background-color css

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

 a { background-color: rgb(76,222,170); }

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

border-color css

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

 span { border-color: rgb(76,222,170); }

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