Html Css Color HEX #71DEA0 Medium Aquamarine

📋 copy color: '#71DEA0'

red 113 ◦ green 222 ◦ blue 160

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

Shades of Medium Aquamarine #71DEA0

Tints of Medium Aquamarine #71DEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

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

R = 22.83%
G = 44.85%
B = 32.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#71DEA0 (or 0x71DEA0) is known color: Medium Aquamarine. HEX triplet: 71, DE and A0. RGB value is (113,222,160). Sum of RGB (Red+Green+Blue) = 113+222+160=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEA0 is #8E215F. Grayscale: #B6B6B6. Windows color (decimal): -9314656 or 10542705. OLE color: 10542705.

HSL color Cylindrical-coordinate representation of color #71DEA0: hue angle of 145.87º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEA0 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 160 -
CMYK 0.49 0 0.28 0.13
HSL 145.87º 0.62% 0.66% -
HSV(B) 145.87º 0.49% 0.87% -
XYZ 39.28 58.29 42.44 -
YUV 182.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 113 222 160 0.49 0 0.28 0.13 145.87 0.62 0.66
Hex 71 DE A0 31 0 1C D 92 3E 42
Octal 161 336 240 61 0 34 15 222 76 102
Binary 1110001 11011110 10100000 110001 0 11100 1101 10010010 111110 1000010

Color Harmonies of #71DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEA0

Black with #71DEA0

Text Example


Text Example

White with #71DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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