Html Css Color HEX #71EDAB Medium Aquamarine

📋 copy color: '#71EDAB'

red 113 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #71EDAB

Tints of Medium Aquamarine #71EDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 21.69%
G = 45.49%
B = 32.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#71EDAB (or 0x71EDAB) is known color: Medium Aquamarine. HEX triplet: 71, ED and AB. RGB value is (113,237,171). Sum of RGB (Red+Green+Blue) = 113+237+171=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EDAB is #8E1254. Grayscale: #C0C0C0. Windows color (decimal): -9310805 or 11267441. OLE color: 11267441.

HSL color Cylindrical-coordinate representation of color #71EDAB: hue angle of 148.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDAB is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 171 -
CMYK 0.52 0 0.28 0.07
HSL 148.06º 0.78% 0.69% -
HSV(B) 148.06º 0.52% 0.93% -
XYZ 44.44 67.02 49.12 -
YUV 192.4 115.92 71.37 -
System Red Green Blue C M Y K H S L
Decimal 113 237 171 0.52 0 0.28 0.07 148.06 0.78 0.69
Hex 71 ED AB 34 0 1C 7 94 4E 45
Octal 161 355 253 64 0 34 7 224 116 105
Binary 1110001 11101101 10101011 110100 0 11100 111 10010100 1001110 1000101

Color Harmonies of #71EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDAB

Black with #71EDAB

Text Example


Text Example

White with #71EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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