Html Css Color HEX #71FADD Aquamarine

📋 copy color: '#71FADD'

red 113 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #71FADD

Tints of Aquamarine #71FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 19.35%
G = 42.81%
B = 37.84%

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

#71FADD (or 0x71FADD) is known color: Aquamarine. HEX triplet: 71, FA and DD. RGB value is (113,250,221). Sum of RGB (Red+Green+Blue) = 113+250+221=584 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.35% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #71FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FADD is #8E0522. Grayscale: #CDCDCD. Windows color (decimal): -9307427 or 14547569. OLE color: 14547569.

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

Color convert

RGB 113 250 221 -
CMYK 0.55 0 0.12 0.02
HSL 167.3º 0.93% 0.71% -
HSV(B) 167.3º 0.55% 0.98% -
XYZ 54.05 77.1 80.44 -
YUV 205.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 113 250 221 0.55 0 0.12 0.02 167.3 0.93 0.71
Hex 71 FA DD 37 0 C 2 A7 5D 47
Octal 161 372 335 67 0 14 2 247 135 107
Binary 1110001 11111010 11011101 110111 0 1100 10 10100111 1011101 1000111

Color Harmonies of #71FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FADD

Black with #71FADD

Text Example


Text Example

White with #71FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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