Html Css Color HEX #71FCAB Aquamarine

📋 copy color: '#71FCAB'

red 113 ◦ green 252 ◦ blue 171

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

Shades of Aquamarine #71FCAB

Tints of Aquamarine #71FCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 21.08%
G = 47.01%
B = 31.9%

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

#71FCAB (or 0x71FCAB) is known color: Aquamarine. HEX triplet: 71, FC and AB. RGB value is (113,252,171). Sum of RGB (Red+Green+Blue) = 113+252+171=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FCAB is #8E0354. Grayscale: #C9C9C9. Windows color (decimal): -9306965 or 11271281. OLE color: 11271281.

HSL color Cylindrical-coordinate representation of color #71FCAB: hue angle of 145.04º 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 #71FCAB is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 171 -
CMYK 0.55 0 0.32 0.01
HSL 145.04º 0.96% 0.72% -
HSV(B) 145.04º 0.55% 0.99% -
XYZ 48.97 76.07 50.63 -
YUV 201.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 113 252 171 0.55 0 0.32 0.01 145.04 0.96 0.72
Hex 71 FC AB 37 0 20 1 91 60 48
Octal 161 374 253 67 0 40 1 221 140 110
Binary 1110001 11111100 10101011 110111 0 100000 1 10010001 1100000 1001000

Color Harmonies of #71FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCAB

Black with #71FCAB

Text Example


Text Example

White with #71FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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