Html Css Color HEX #71CEA0 Medium Aquamarine

📋 copy color: '#71CEA0'

red 113 ◦ green 206 ◦ blue 160

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

Shades of Medium Aquamarine #71CEA0

Tints of Medium Aquamarine #71CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 23.59%
G = 43.01%
B = 33.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#71CEA0 (or 0x71CEA0) is known color: Medium Aquamarine. HEX triplet: 71, CE and A0. RGB value is (113,206,160). Sum of RGB (Red+Green+Blue) = 113+206+160=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CEA0 is #8E315F. Grayscale: #ADADAD. Windows color (decimal): -9318752 or 10538609. OLE color: 10538609.

HSL color Cylindrical-coordinate representation of color #71CEA0: hue angle of 150.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CEA0 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 160 -
CMYK 0.45 0 0.22 0.19
HSL 150.32º 0.49% 0.63% -
HSV(B) 150.32º 0.45% 0.81% -
XYZ 35.23 50.19 41.09 -
YUV 172.95 120.69 85.24 -
System Red Green Blue C M Y K H S L
Decimal 113 206 160 0.45 0 0.22 0.19 150.32 0.49 0.63
Hex 71 CE A0 2D 0 16 13 96 31 3F
Octal 161 316 240 55 0 26 23 226 61 77
Binary 1110001 11001110 10100000 101101 0 10110 10011 10010110 110001 111111

Color Harmonies of #71CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEA0

Black with #71CEA0

Text Example


Text Example

White with #71CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,160); }

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

background-color css

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

 a { background-color: rgb(113,206,160); }

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

border-color css

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

 span { border-color: rgb(113,206,160); }

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