Html Css Color HEX #71C8AC Medium Aquamarine

📋 copy color: '#71C8AC'

red 113 ◦ green 200 ◦ blue 172

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

Shades of Medium Aquamarine #71C8AC

Tints of Medium Aquamarine #71C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 23.3%
G = 41.24%
B = 35.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#71C8AC (or 0x71C8AC) is known color: Medium Aquamarine. HEX triplet: 71, C8 and AC. RGB value is (113,200,172). Sum of RGB (Red+Green+Blue) = 113+200+172=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #71C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C8AC is #8E3753. Grayscale: #AAAAAA. Windows color (decimal): -9320276 or 11323505. OLE color: 11323505.

HSL color Cylindrical-coordinate representation of color #71C8AC: hue angle of 160.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C8AC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 172 -
CMYK 0.44 0 0.14 0.22
HSL 160.69º 0.44% 0.61% -
HSV(B) 160.69º 0.44% 0.78% -
XYZ 34.91 47.8 46.42 -
YUV 170.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 113 200 172 0.44 0 0.14 0.22 160.69 0.44 0.61
Hex 71 C8 AC 2C 0 E 16 A1 2C 3D
Octal 161 310 254 54 0 16 26 241 54 75
Binary 1110001 11001000 10101100 101100 0 1110 10110 10100001 101100 111101

Color Harmonies of #71C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8AC

Black with #71C8AC

Text Example


Text Example

White with #71C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,200,172); }

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

background-color css

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

 a { background-color: rgb(113,200,172); }

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

border-color css

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

 span { border-color: rgb(113,200,172); }

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