Html Css Color HEX #71DEA8 Medium Aquamarine

📋 copy color: '#71DEA8'

red 113 ◦ green 222 ◦ blue 168

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

Shades of Medium Aquamarine #71DEA8

Tints of Medium Aquamarine #71DEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 22.47%
G = 44.14%
B = 33.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#71DEA8 (or 0x71DEA8) is known color: Medium Aquamarine. HEX triplet: 71, DE and A8. RGB value is (113,222,168). Sum of RGB (Red+Green+Blue) = 113+222+168=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEA8 is #8E2157. Grayscale: #B7B7B7. Windows color (decimal): -9314648 or 11066993. OLE color: 11066993.

HSL color Cylindrical-coordinate representation of color #71DEA8: hue angle of 150.28º 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 #71DEA8 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 168 -
CMYK 0.49 0 0.24 0.13
HSL 150.28º 0.62% 0.66% -
HSV(B) 150.28º 0.49% 0.87% -
XYZ 40 58.58 46.24 -
YUV 183.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 113 222 168 0.49 0 0.24 0.13 150.28 0.62 0.66
Hex 71 DE A8 31 0 18 D 96 3E 42
Octal 161 336 250 61 0 30 15 226 76 102
Binary 1110001 11011110 10101000 110001 0 11000 1101 10010110 111110 1000010

Color Harmonies of #71DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEA8

Black with #71DEA8

Text Example


Text Example

White with #71DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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