Html Css Color HEX #71CCAA Medium Aquamarine

📋 copy color: '#71CCAA'

red 113 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #71CCAA

Tints of Medium Aquamarine #71CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 23.2%
G = 41.89%
B = 34.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#71CCAA (or 0x71CCAA) is known color: Medium Aquamarine. HEX triplet: 71, CC and AA. RGB value is (113,204,170). Sum of RGB (Red+Green+Blue) = 113+204+170=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CCAA is #8E3355. Grayscale: #ACACAC. Windows color (decimal): -9319254 or 11193457. OLE color: 11193457.

HSL color Cylindrical-coordinate representation of color #71CCAA: hue angle of 157.58º degrees, saturation: 0.47, 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 #71CCAA is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 170 -
CMYK 0.45 0 0.17 0.2
HSL 157.58º 0.47% 0.62% -
HSV(B) 157.58º 0.45% 0.8% -
XYZ 35.66 49.6 45.72 -
YUV 172.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 113 204 170 0.45 0 0.17 0.2 157.58 0.47 0.62
Hex 71 CC AA 2D 0 11 14 9E 2F 3E
Octal 161 314 252 55 0 21 24 236 57 76
Binary 1110001 11001100 10101010 101101 0 10001 10100 10011110 101111 111110

Color Harmonies of #71CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCAA

Black with #71CCAA

Text Example


Text Example

White with #71CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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