#71CAAB

Color #71CAAB Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #71CAAB

Tints of Medium Aquamarine #71CAAB

Color information

#71CAAB (or 0x71CAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 71, CA and AB. RGB value is (113,202,171). Sum of RGB (Red+Green+Blue) = 113+202+171=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CAAB is #8E3554. Grayscale: #ABABAB. Windows color (decimal): -9319765 or 11258481. OLE color: 11258481.

HSL color Cylindrical-coordinate representation of color #71CAAB: hue angle of 159.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CAAB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB113202171-
CMYK0.4400.150.21
HSL159.1º45.64%61.76%-
HSV(B)159.1º44.06%79.22%-
XYZ35.2848.6946.07-
YUV171.86127.5186.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.25%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=23.25%
G=41.56%
B=35.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1132021710.4400.150.21159.145.6461.76
Hex71CAAB2C0F159f2e3e
Octal16131225354017252375676
Binary11100011100101010101011101100011111010110011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71CAAB;
 }
 .AnyTagClassName
 {
   color: #71CAAB;
 }
</style>
background-color css

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

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

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

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

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

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