Html Css Color HEX #71F6A8 Medium Aquamarine

📋 copy color: '#71F6A8'

red 113 ◦ green 246 ◦ blue 168

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

Shades of Medium Aquamarine #71F6A8

Tints of Medium Aquamarine #71F6A8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.68%

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

R = 21.44%
G = 46.68%
B = 31.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#71F6A8 (or 0x71F6A8) is known color: Medium Aquamarine. HEX triplet: 71, F6 and A8. RGB value is (113,246,168). Sum of RGB (Red+Green+Blue) = 113+246+168=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #71F6A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F6A8 is #8E0957. Grayscale: #C5C5C5. Windows color (decimal): -9308504 or 11073137. OLE color: 11073137.

HSL color Cylindrical-coordinate representation of color #71F6A8: hue angle of 144.81º degrees, saturation: 0.88, 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 #71F6A8 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 246 168 -
CMYK 0.54 0 0.32 0.04
HSL 144.81º 0.88% 0.7% -
HSV(B) 144.81º 0.54% 0.96% -
XYZ 46.83 72.25 48.52 -
YUV 197.34 111.44 67.84 -
System Red Green Blue C M Y K H S L
Decimal 113 246 168 0.54 0 0.32 0.04 144.81 0.88 0.7
Hex 71 F6 A8 36 0 20 4 91 58 46
Octal 161 366 250 66 0 40 4 221 130 106
Binary 1110001 11110110 10101000 110110 0 100000 100 10010001 1011000 1000110

Color Harmonies of #71F6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F6A8

Black with #71F6A8

Text Example


Text Example

White with #71F6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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