Html Css Color HEX #71DCAA Medium Aquamarine

📋 copy color: '#71DCAA'

red 113 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #71DCAA

Tints of Medium Aquamarine #71DCAA

RGB

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

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

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

R = 22.47%
G = 43.74%
B = 33.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#71DCAA (or 0x71DCAA) is known color: Medium Aquamarine. HEX triplet: 71, DC and AA. RGB value is (113,220,170). Sum of RGB (Red+Green+Blue) = 113+220+170=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCAA is #8E2355. Grayscale: #B6B6B6. Windows color (decimal): -9315158 or 11197553. OLE color: 11197553.

HSL color Cylindrical-coordinate representation of color #71DCAA: hue angle of 151.96º 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 #71DCAA is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 170 -
CMYK 0.49 0 0.23 0.14
HSL 151.96º 0.6% 0.65% -
HSV(B) 151.96º 0.49% 0.86% -
XYZ 39.66 57.6 47.06 -
YUV 182.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 113 220 170 0.49 0 0.23 0.14 151.96 0.6 0.65
Hex 71 DC AA 31 0 17 E 98 3C 41
Octal 161 334 252 61 0 27 16 230 74 101
Binary 1110001 11011100 10101010 110001 0 10111 1110 10011000 111100 1000001

Color Harmonies of #71DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCAA

Black with #71DCAA

Text Example


Text Example

White with #71DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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