Html Css Color HEX #71EFC5 Aquamarine

📋 copy color: '#71EFC5'

red 113 ◦ green 239 ◦ blue 197

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

Shades of Aquamarine #71EFC5

Tints of Aquamarine #71EFC5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.53%

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

R = 20.58%
G = 43.53%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#71EFC5 (or 0x71EFC5) is known color: Aquamarine. HEX triplet: 71, EF and C5. RGB value is (113,239,197). Sum of RGB (Red+Green+Blue) = 113+239+197=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFC5 is #8E103A. Grayscale: #C4C4C4. Windows color (decimal): -9310267 or 12971889. OLE color: 12971889.

HSL color Cylindrical-coordinate representation of color #71EFC5: hue angle of 160º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFC5 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 197 -
CMYK 0.53 0 0.18 0.06
HSL 160º 0.8% 0.69% -
HSV(B) 160º 0.53% 0.94% -
XYZ 47.75 69.27 63.68 -
YUV 196.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 113 239 197 0.53 0 0.18 0.06 160 0.8 0.69
Hex 71 EF C5 35 0 12 6 A0 50 45
Octal 161 357 305 65 0 22 6 240 120 105
Binary 1110001 11101111 11000101 110101 0 10010 110 10100000 1010000 1000101

Color Harmonies of #71EFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFC5

Black with #71EFC5

Text Example


Text Example

White with #71EFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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