Html Css Color HEX #71FCAC Aquamarine

📋 copy color: '#71FCAC'

red 113 ◦ green 252 ◦ blue 172

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

Shades of Aquamarine #71FCAC

Tints of Aquamarine #71FCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.93%

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 21.04%
G = 46.93%
B = 32.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#71FCAC (or 0x71FCAC) is known color: Aquamarine. HEX triplet: 71, FC and AC. RGB value is (113,252,172). Sum of RGB (Red+Green+Blue) = 113+252+172=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FCAC is #8E0353. Grayscale: #C9C9C9. Windows color (decimal): -9306964 or 11336817. OLE color: 11336817.

HSL color Cylindrical-coordinate representation of color #71FCAC: hue angle of 145.47º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCAC is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 172 -
CMYK 0.55 0 0.32 0.01
HSL 145.47º 0.96% 0.72% -
HSV(B) 145.47º 0.55% 0.99% -
XYZ 49.07 76.11 51.13 -
YUV 201.32 111.45 65 -
System Red Green Blue C M Y K H S L
Decimal 113 252 172 0.55 0 0.32 0.01 145.47 0.96 0.72
Hex 71 FC AC 37 0 20 1 91 60 48
Octal 161 374 254 67 0 40 1 221 140 110
Binary 1110001 11111100 10101100 110111 0 100000 1 10010001 1100000 1001000

Color Harmonies of #71FCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCAC

Black with #71FCAC

Text Example


Text Example

White with #71FCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,252,172); }

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

background-color css

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

 a { background-color: rgb(113,252,172); }

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

border-color css

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

 span { border-color: rgb(113,252,172); }

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