#71DAD1

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

Shades of Downy #71DAD1

Tints of Downy #71DAD1

Color information

#71DAD1 (or 0x71DAD1) is unknown color: approx Downy. HEX triplet: 71, DA and D1. RGB value is (113,218,209). Sum of RGB (Red+Green+Blue) = 113+218+209=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAD1 is #8E252E. Grayscale: #B9B9B9. Windows color (decimal): -9315631 or 13752945. OLE color: 13752945.

HSL color Cylindrical-coordinate representation of color #71DAD1: hue angle of 174.86º degrees, saturation: 0.59, 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 #71DAD1 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB113218209-
CMYK0.4800.040.15
HSL174.86º58.66%64.9%-
HSV(B)174.86º48.17%85.49%-
XYZ43.3958.2669.28-
YUV185.58141.2176.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.93%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=20.93%
G=40.37%
B=38.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132182090.4800.040.15174.8658.6664.9
Hex71DAD13004Faf3b41
Octal16133232160041725773101
Binary1110001110110101101000111000001001111101011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,218,209); }

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

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

 a { background-color: rgb(113,218,209); }

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

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

 span { border-color: rgb(113,218,209); }

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