Html Css Color HEX #71CCAB Medium Aquamarine

📋 copy color: '#71CCAB'

red 113 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #71CCAB

Tints of Medium Aquamarine #71CCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.04%

R = 23.16%
G = 41.8%
B = 35.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#71CCAB (or 0x71CCAB) is known color: Medium Aquamarine. HEX triplet: 71, CC and AB. RGB value is (113,204,171). Sum of RGB (Red+Green+Blue) = 113+204+171=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CCAB is #8E3354. Grayscale: #ADADAD. Windows color (decimal): -9319253 or 11258993. OLE color: 11258993.

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

Color convert

RGB 113 204 171 -
CMYK 0.45 0 0.16 0.2
HSL 158.24º 0.47% 0.62% -
HSV(B) 158.24º 0.45% 0.8% -
XYZ 35.75 49.64 46.22 -
YUV 173.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 113 204 171 0.45 0 0.16 0.2 158.24 0.47 0.62
Hex 71 CC AB 2D 0 10 14 9E 2F 3E
Octal 161 314 253 55 0 20 24 236 57 76
Binary 1110001 11001100 10101011 101101 0 10000 10100 10011110 101111 111110

Color Harmonies of #71CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCAB

Black with #71CCAB

Text Example


Text Example

White with #71CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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