#71E0B6

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

Shades of Downy #71E0B6

Tints of Downy #71E0B6

Color information

#71E0B6 (or 0x71E0B6) is unknown color: approx Downy. HEX triplet: 71, E0 and B6. RGB value is (113,224,182). Sum of RGB (Red+Green+Blue) = 113+224+182=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #71E0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E0B6 is #8E1F49. Grayscale: #BABABA. Windows color (decimal): -9314122 or 11985009. OLE color: 11985009.

HSL color Cylindrical-coordinate representation of color #71E0B6: hue angle of 157.3º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E0B6 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB113224182-
CMYK0.5000.190.12
HSL157.3º64.16%66.08%-
HSV(B)157.3º49.55%87.84%-
XYZ41.9160.253.67-
YUV186.02125.7375.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=21.77%
G=43.16%
B=35.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132241820.5000.190.12157.364.1666.08
Hex71E0B632013C9d4042
Octal1613402666202314235100102
Binary1110001111000001011011011001001001111001001110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,224,182); }

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

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

 a { background-color: rgb(113,224,182); }

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

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

 span { border-color: rgb(113,224,182); }

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