Html Css Color HEX #71F1A6 Medium Aquamarine

📋 copy color: '#71F1A6'

red 113 ◦ green 241 ◦ blue 166

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

Shades of Medium Aquamarine #71F1A6

Tints of Medium Aquamarine #71F1A6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 21.73%
G = 46.35%
B = 31.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#71F1A6 (or 0x71F1A6) is known color: Medium Aquamarine. HEX triplet: 71, F1 and A6. RGB value is (113,241,166). Sum of RGB (Red+Green+Blue) = 113+241+166=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F1A6 is #8E0E59. Grayscale: #C2C2C2. Windows color (decimal): -9309786 or 10940785. OLE color: 10940785.

HSL color Cylindrical-coordinate representation of color #71F1A6: hue angle of 144.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1A6 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 241 166 -
CMYK 0.53 0 0.31 0.05
HSL 144.84º 0.82% 0.69% -
HSV(B) 144.84º 0.53% 0.95% -
XYZ 45.15 69.17 47.05 -
YUV 194.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 113 241 166 0.53 0 0.31 0.05 144.84 0.82 0.69
Hex 71 F1 A6 35 0 1F 5 91 52 45
Octal 161 361 246 65 0 37 5 221 122 105
Binary 1110001 11110001 10100110 110101 0 11111 101 10010001 1010010 1000101

Color Harmonies of #71F1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F1A6

Black with #71F1A6

Text Example


Text Example

White with #71F1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,241,166); }

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

background-color css

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

 a { background-color: rgb(113,241,166); }

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

border-color css

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

 span { border-color: rgb(113,241,166); }

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