#71D8AE

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

Shades of Medium Aquamarine #71D8AE

Tints of Medium Aquamarine #71D8AE

Color information

#71D8AE (or 0x71D8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D8 and AE. RGB value is (113,216,174). Sum of RGB (Red+Green+Blue) = 113+216+174=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D8AE is #8E2751. Grayscale: #B4B4B4. Windows color (decimal): -9316178 or 11458673. OLE color: 11458673.

HSL color Cylindrical-coordinate representation of color #71D8AE: hue angle of 155.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8AE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB113216174-
CMYK0.4800.190.15
HSL155.53º56.91%64.51%-
HSV(B)155.53º47.69%84.71%-
XYZ39.0155.6848.74-
YUV180.42124.3879.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.47%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=22.47%
G=42.94%
B=34.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161740.4800.190.15155.5356.9164.51
Hex71D8AE30013F9c3941
Octal161330256600231723471101
Binary111000111011000101011101100000100111111100111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,174); }

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

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

 a { background-color: rgb(113,216,174); }

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

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

 span { border-color: rgb(113,216,174); }

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