#71D7B5

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

Shades of Downy #71D7B5

Tints of Downy #71D7B5

Color information

#71D7B5 (or 0x71D7B5) is unknown color: approx Downy. HEX triplet: 71, D7 and B5. RGB value is (113,215,181). Sum of RGB (Red+Green+Blue) = 113+215+181=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7B5 is #8E284A. Grayscale: #B4B4B4. Windows color (decimal): -9316427 or 11917169. OLE color: 11917169.

HSL color Cylindrical-coordinate representation of color #71D7B5: hue angle of 160º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D7B5 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB113215181-
CMYK0.4700.160.16
HSL160º56.04%64.31%-
HSV(B)160º47.44%84.31%-
XYZ39.4555.4552.34-
YUV180.63128.2179.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=22.20%
G=42.24%
B=35.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151810.4700.160.1616056.0464.31
Hex71D7B52F01010a03840
Octal161327265570202024070100
Binary1110001110101111011010110111101000010000101000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,215,181); }

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

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

 a { background-color: rgb(113,215,181); }

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

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

 span { border-color: rgb(113,215,181); }

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