Html Css Color HEX #71D2AA Medium Aquamarine

📋 copy color: '#71D2AA'

red 113 ◦ green 210 ◦ blue 170

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

Shades of Medium Aquamarine #71D2AA

Tints of Medium Aquamarine #71D2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 22.92%
G = 42.6%
B = 34.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#71D2AA (or 0x71D2AA) is known color: Medium Aquamarine. HEX triplet: 71, D2 and AA. RGB value is (113,210,170). Sum of RGB (Red+Green+Blue) = 113+210+170=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D2AA is #8E2D55. Grayscale: #B0B0B0. Windows color (decimal): -9317718 or 11194993. OLE color: 11194993.

HSL color Cylindrical-coordinate representation of color #71D2AA: hue angle of 155.26º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2AA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 170 -
CMYK 0.46 0 0.19 0.18
HSL 155.26º 0.52% 0.63% -
HSV(B) 155.26º 0.46% 0.82% -
XYZ 37.11 52.51 46.21 -
YUV 176.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 113 210 170 0.46 0 0.19 0.18 155.26 0.52 0.63
Hex 71 D2 AA 2E 0 13 12 9B 34 3F
Octal 161 322 252 56 0 23 22 233 64 77
Binary 1110001 11010010 10101010 101110 0 10011 10010 10011011 110100 111111

Color Harmonies of #71D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2AA

Black with #71D2AA

Text Example


Text Example

White with #71D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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