Html Css Color HEX #4CDCA2 Medium Aquamarine

📋 copy color: '#4CDCA2'

red 76 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #4CDCA2

Tints of Medium Aquamarine #4CDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 16.59%
G = 48.03%
B = 35.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#4CDCA2 (or 0x4CDCA2) is known color: Medium Aquamarine. HEX triplet: 4C, DC and A2. RGB value is (76,220,162). Sum of RGB (Red+Green+Blue) = 76+220+162=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDCA2 is #B3235D. Grayscale: #AAAAAA. Windows color (decimal): -11739998 or 10673228. OLE color: 10673228.

HSL color Cylindrical-coordinate representation of color #4CDCA2: hue angle of 155.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCA2 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 162 -
CMYK 0.65 0 0.26 0.14
HSL 155.83º 0.67% 0.58% -
HSV(B) 155.83º 0.65% 0.86% -
XYZ 35.1 55.33 43.01 -
YUV 170.33 123.29 60.72 -
System Red Green Blue C M Y K H S L
Decimal 76 220 162 0.65 0 0.26 0.14 155.83 0.67 0.58
Hex 4C DC A2 41 0 1A E 9C 43 3A
Octal 114 334 242 101 0 32 16 234 103 72
Binary 1001100 11011100 10100010 1000001 0 11010 1110 10011100 1000011 111010

Color Harmonies of #4CDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDCA2

Black with #4CDCA2

Text Example


Text Example

White with #4CDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,162); }

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

background-color css

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

 a { background-color: rgb(76,220,162); }

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

border-color css

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

 span { border-color: rgb(76,220,162); }

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