Html Css Color HEX #71DCA2 Medium Aquamarine

📋 copy color: '#71DCA2'

red 113 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #71DCA2

Tints of Medium Aquamarine #71DCA2

RGB

 RED value IS 113 (44.53% from 255) = 22.83%

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

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

R = 22.83%
G = 44.44%
B = 32.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#71DCA2 (or 0x71DCA2) is known color: Medium Aquamarine. HEX triplet: 71, DC and A2. RGB value is (113,220,162). Sum of RGB (Red+Green+Blue) = 113+220+162=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCA2 is #8E235D. Grayscale: #B5B5B5. Windows color (decimal): -9315166 or 10673265. OLE color: 10673265.

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

Color convert

RGB 113 220 162 -
CMYK 0.49 0 0.26 0.14
HSL 147.48º 0.6% 0.65% -
HSV(B) 147.48º 0.49% 0.86% -
XYZ 38.92 57.31 43.19 -
YUV 181.4 117.05 79.22 -
System Red Green Blue C M Y K H S L
Decimal 113 220 162 0.49 0 0.26 0.14 147.48 0.6 0.65
Hex 71 DC A2 31 0 1A E 93 3C 41
Octal 161 334 242 61 0 32 16 223 74 101
Binary 1110001 11011100 10100010 110001 0 11010 1110 10010011 111100 1000001

Color Harmonies of #71DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCA2

Black with #71DCA2

Text Example


Text Example

White with #71DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71DCA2; }

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

 H1.HeaderClassName
 {
   color: #71DCA2;
 }
 .AnyTagClassName
 {
   color: #71DCA2;
 }
</style>

background-color css

<style>
 a { background-color: #71DCA2; }

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

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

border-color css

<style>
 span { border-color: #71DCA2; }

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

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