Html Css Color HEX #71FADC Aquamarine

📋 copy color: '#71FADC'

red 113 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #71FADC

Tints of Aquamarine #71FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.88%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 19.38%
G = 42.88%
B = 37.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#71FADC (or 0x71FADC) is known color: Aquamarine. HEX triplet: 71, FA and DC. RGB value is (113,250,220). Sum of RGB (Red+Green+Blue) = 113+250+220=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #71FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FADC is #8E0523. Grayscale: #CDCDCD. Windows color (decimal): -9307428 or 14482033. OLE color: 14482033.

HSL color Cylindrical-coordinate representation of color #71FADC: hue angle of 166.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FADC is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 220 -
CMYK 0.55 0 0.12 0.02
HSL 166.86º 0.93% 0.71% -
HSV(B) 166.86º 0.55% 0.98% -
XYZ 53.91 77.05 79.74 -
YUV 205.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 113 250 220 0.55 0 0.12 0.02 166.86 0.93 0.71
Hex 71 FA DC 37 0 C 2 A7 5D 47
Octal 161 372 334 67 0 14 2 247 135 107
Binary 1110001 11111010 11011100 110111 0 1100 10 10100111 1011101 1000111

Color Harmonies of #71FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FADC

Black with #71FADC

Text Example


Text Example

White with #71FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,250,220); }

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

background-color css

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

 a { background-color: rgb(113,250,220); }

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

border-color css

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

 span { border-color: rgb(113,250,220); }

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