#71CAAC

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

Shades of Medium Aquamarine #71CAAC

Tints of Medium Aquamarine #71CAAC

Color information

#71CAAC (or 0x71CAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 71, CA and AC. RGB value is (113,202,172). Sum of RGB (Red+Green+Blue) = 113+202+172=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CAAC is #8E3553. Grayscale: #ACACAC. Windows color (decimal): -9319764 or 11324017. OLE color: 11324017.

HSL color Cylindrical-coordinate representation of color #71CAAC: hue angle of 159.78º 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 #71CAAC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB113202172-
CMYK0.4400.150.21
HSL159.78º45.64%61.76%-
HSV(B)159.78º44.06%79.22%-
XYZ35.3848.7346.57-
YUV171.97128.0185.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.20%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=23.20%
G=41.48%
B=35.32%

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
Decimal1132021720.4400.150.21159.7845.6461.76
Hex71CAAC2C0F15a02e3e
Octal16131225454017252405676
Binary11100011100101010101100101100011111010110100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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