#71CCAD

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

Shades of Medium Aquamarine #71CCAD

Tints of Medium Aquamarine #71CCAD

Color information

#71CCAD (or 0x71CCAD) is unknown color: approx Medium Aquamarine. HEX triplet: 71, CC and AD. RGB value is (113,204,173). Sum of RGB (Red+Green+Blue) = 113+204+173=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CCAD is #8E3352. Grayscale: #ADADAD. Windows color (decimal): -9319251 or 11390065. OLE color: 11390065.

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

Color convert

RGB113204173-
CMYK0.4500.150.2
HSL159.56º47.15%62.16%-
HSV(B)159.56º44.61%80%-
XYZ35.9549.7147.24-
YUV173.26127.8585.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.06%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=23.06%
G=41.63%
B=35.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132041730.4500.150.2159.5647.1562.16
Hex71CCAD2D0F14a02f3e
Octal16131425555017242405776
Binary11100011100110010101101101101011111010010100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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