Html Css Color HEX #71D1AB Medium Aquamarine

📋 copy color: '#71D1AB'

red 113 ◦ green 209 ◦ blue 171

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

Shades of Medium Aquamarine #71D1AB

Tints of Medium Aquamarine #71D1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.39%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 22.92%
G = 42.39%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#71D1AB (or 0x71D1AB) is known color: Medium Aquamarine. HEX triplet: 71, D1 and AB. RGB value is (113,209,171). Sum of RGB (Red+Green+Blue) = 113+209+171=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #71D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D1AB is #8E2E54. Grayscale: #B0B0B0. Windows color (decimal): -9317973 or 11260273. OLE color: 11260273.

HSL color Cylindrical-coordinate representation of color #71D1AB: hue angle of 156.25º degrees, saturation: 0.51, 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 #71D1AB is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 171 -
CMYK 0.46 0 0.18 0.18
HSL 156.25º 0.51% 0.63% -
HSV(B) 156.25º 0.46% 0.82% -
XYZ 36.96 52.05 46.63 -
YUV 175.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 113 209 171 0.46 0 0.18 0.18 156.25 0.51 0.63
Hex 71 D1 AB 2E 0 12 12 9C 33 3F
Octal 161 321 253 56 0 22 22 234 63 77
Binary 1110001 11010001 10101011 101110 0 10010 10010 10011100 110011 111111

Color Harmonies of #71D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D1AB

Black with #71D1AB

Text Example


Text Example

White with #71D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,209,171); }

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

background-color css

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

 a { background-color: rgb(113,209,171); }

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

border-color css

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

 span { border-color: rgb(113,209,171); }

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