Html Css Color HEX #71DAA0 Medium Aquamarine

📋 copy color: '#71DAA0'

red 113 ◦ green 218 ◦ blue 160

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

Shades of Medium Aquamarine #71DAA0

Tints of Medium Aquamarine #71DAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 23.01%
G = 44.4%
B = 32.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#71DAA0 (or 0x71DAA0) is known color: Medium Aquamarine. HEX triplet: 71, DA and A0. RGB value is (113,218,160). Sum of RGB (Red+Green+Blue) = 113+218+160=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAA0 is #8E255F. Grayscale: #B4B4B4. Windows color (decimal): -9315680 or 10541681. OLE color: 10541681.

HSL color Cylindrical-coordinate representation of color #71DAA0: hue angle of 146.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAA0 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 160 -
CMYK 0.48 0 0.27 0.15
HSL 146.86º 0.59% 0.65% -
HSV(B) 146.86º 0.48% 0.85% -
XYZ 38.23 56.19 42.09 -
YUV 179.99 116.71 80.22 -
System Red Green Blue C M Y K H S L
Decimal 113 218 160 0.48 0 0.27 0.15 146.86 0.59 0.65
Hex 71 DA A0 30 0 1B F 93 3B 41
Octal 161 332 240 60 0 33 17 223 73 101
Binary 1110001 11011010 10100000 110000 0 11011 1111 10010011 111011 1000001

Color Harmonies of #71DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAA0

Black with #71DAA0

Text Example


Text Example

White with #71DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,160); }

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

background-color css

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

 a { background-color: rgb(113,218,160); }

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

border-color css

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

 span { border-color: rgb(113,218,160); }

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