Html Css Color HEX #71D0AD Medium Aquamarine

📋 copy color: '#71D0AD'

red 113 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #71D0AD

Tints of Medium Aquamarine #71D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 173 (67.97% from 255) = 35.02%

R = 22.87%
G = 42.11%
B = 35.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#71D0AD (or 0x71D0AD) is known color: Medium Aquamarine. HEX triplet: 71, D0 and AD. RGB value is (113,208,173). Sum of RGB (Red+Green+Blue) = 113+208+173=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D0AD is #8E2F52. Grayscale: #AFAFAF. Windows color (decimal): -9318227 or 11391089. OLE color: 11391089.

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

Color convert

RGB 113 208 173 -
CMYK 0.46 0 0.17 0.18
HSL 157.89º 0.5% 0.63% -
HSV(B) 157.89º 0.46% 0.82% -
XYZ 36.91 51.64 47.56 -
YUV 175.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 113 208 173 0.46 0 0.17 0.18 157.89 0.5 0.63
Hex 71 D0 AD 2E 0 11 12 9E 32 3F
Octal 161 320 255 56 0 21 22 236 62 77
Binary 1110001 11010000 10101101 101110 0 10001 10010 10011110 110010 111111

Color Harmonies of #71D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D0AD

Black with #71D0AD

Text Example


Text Example

White with #71D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,173); }

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

background-color css

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

 a { background-color: rgb(113,208,173); }

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

border-color css

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

 span { border-color: rgb(113,208,173); }

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