Html Css Color HEX #71F4A8 Medium Aquamarine

📋 copy color: '#71F4A8'

red 113 ◦ green 244 ◦ blue 168

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

Shades of Medium Aquamarine #71F4A8

Tints of Medium Aquamarine #71F4A8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.48%

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

R = 21.52%
G = 46.48%
B = 32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#71F4A8 (or 0x71F4A8) is known color: Medium Aquamarine. HEX triplet: 71, F4 and A8. RGB value is (113,244,168). Sum of RGB (Red+Green+Blue) = 113+244+168=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #71F4A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F4A8 is #8E0B57. Grayscale: #C4C4C4. Windows color (decimal): -9309016 or 11072625. OLE color: 11072625.

HSL color Cylindrical-coordinate representation of color #71F4A8: hue angle of 145.19º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F4A8 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 244 168 -
CMYK 0.54 0 0.31 0.04
HSL 145.19º 0.86% 0.7% -
HSV(B) 145.19º 0.54% 0.96% -
XYZ 46.23 71.04 48.32 -
YUV 196.17 112.1 68.68 -
System Red Green Blue C M Y K H S L
Decimal 113 244 168 0.54 0 0.31 0.04 145.19 0.86 0.7
Hex 71 F4 A8 36 0 1F 4 91 56 46
Octal 161 364 250 66 0 37 4 221 126 106
Binary 1110001 11110100 10101000 110110 0 11111 100 10010001 1010110 1000110

Color Harmonies of #71F4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F4A8

Black with #71F4A8

Text Example


Text Example

White with #71F4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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