Html Css Color HEX #71EDC5 Aquamarine

📋 copy color: '#71EDC5'

red 113 ◦ green 237 ◦ blue 197

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

Shades of Aquamarine #71EDC5

Tints of Aquamarine #71EDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 20.66%
G = 43.33%
B = 36.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#71EDC5 (or 0x71EDC5) is known color: Aquamarine. HEX triplet: 71, ED and C5. RGB value is (113,237,197). Sum of RGB (Red+Green+Blue) = 113+237+197=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC5 is #8E123A. Grayscale: #C3C3C3. Windows color (decimal): -9310779 or 12971377. OLE color: 12971377.

HSL color Cylindrical-coordinate representation of color #71EDC5: hue angle of 160.65º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDC5 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 197 -
CMYK 0.52 0 0.17 0.07
HSL 160.65º 0.78% 0.69% -
HSV(B) 160.65º 0.52% 0.93% -
XYZ 47.17 68.11 63.48 -
YUV 195.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 113 237 197 0.52 0 0.17 0.07 160.65 0.78 0.69
Hex 71 ED C5 34 0 11 7 A1 4E 45
Octal 161 355 305 64 0 21 7 241 116 105
Binary 1110001 11101101 11000101 110100 0 10001 111 10100001 1001110 1000101

Color Harmonies of #71EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDC5

Black with #71EDC5

Text Example


Text Example

White with #71EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,237,197); }

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

background-color css

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

 a { background-color: rgb(113,237,197); }

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

border-color css

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

 span { border-color: rgb(113,237,197); }

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