#71DDB0

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

Shades of Medium Aquamarine #71DDB0

Tints of Medium Aquamarine #71DDB0

Color information

#71DDB0 (or 0x71DDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DD and B0. RGB value is (113,221,176). Sum of RGB (Red+Green+Blue) = 113+221+176=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDB0 is #8E224F. Grayscale: #B7B7B7. Windows color (decimal): -9314896 or 11591025. OLE color: 11591025.

HSL color Cylindrical-coordinate representation of color #71DDB0: hue angle of 155º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDB0 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB113221176-
CMYK0.4900.200.13
HSL155º61.36%65.49%-
HSV(B)155º48.87%86.67%-
XYZ40.558.3650.2-
YUV183.58123.7277.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.16%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=22.16%
G=43.33%
B=34.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211760.4900.200.1315561.3665.49
Hex71DDB031014D9b3d41
Octal161335260610241523375101
Binary111000111011101101100001100010101001101100110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,221,176); }

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

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

 a { background-color: rgb(113,221,176); }

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

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

 span { border-color: rgb(113,221,176); }

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