Html Css Color HEX #71CDAA Medium Aquamarine

📋 copy color: '#71CDAA'

red 113 ◦ green 205 ◦ blue 170

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

Shades of Medium Aquamarine #71CDAA

Tints of Medium Aquamarine #71CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 23.16%
G = 42.01%
B = 34.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#71CDAA (or 0x71CDAA) is known color: Medium Aquamarine. HEX triplet: 71, CD and AA. RGB value is (113,205,170). Sum of RGB (Red+Green+Blue) = 113+205+170=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDAA is #8E3255. Grayscale: #ADADAD. Windows color (decimal): -9318998 or 11193713. OLE color: 11193713.

HSL color Cylindrical-coordinate representation of color #71CDAA: hue angle of 157.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDAA is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 170 -
CMYK 0.45 0 0.17 0.20
HSL 157.17º 0.48% 0.62% -
HSV(B) 157.17º 0.45% 0.8% -
XYZ 35.9 50.08 45.8 -
YUV 173.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 113 205 170 0.45 0 0.17 0.20 157.17 0.48 0.62
Hex 71 CD AA 2D 0 11 14 9D 30 3E
Octal 161 315 252 55 0 21 24 235 60 76
Binary 1110001 11001101 10101010 101101 0 10001 10100 10011101 110000 111110

Color Harmonies of #71CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDAA

Black with #71CDAA

Text Example


Text Example

White with #71CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,170); }

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

background-color css

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

 a { background-color: rgb(113,205,170); }

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

border-color css

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

 span { border-color: rgb(113,205,170); }

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