#71D6B7

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

Shades of Downy #71D6B7

Tints of Downy #71D6B7

Color information

#71D6B7 (or 0x71D6B7) is unknown color: approx Downy. HEX triplet: 71, D6 and B7. RGB value is (113,214,183). Sum of RGB (Red+Green+Blue) = 113+214+183=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6B7 is #8E2948. Grayscale: #B4B4B4. Windows color (decimal): -9316681 or 12047985. OLE color: 12047985.

HSL color Cylindrical-coordinate representation of color #71D6B7: hue angle of 161.58º degrees, saturation: 0.55, 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 #71D6B7 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB113214183-
CMYK0.4700.140.16
HSL161.58º55.19%64.12%-
HSV(B)161.58º47.2%83.92%-
XYZ39.455.0253.34-
YUV180.27129.5480.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.16%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 183 (71.88% from 255) = 35.88%
R=22.16%
G=41.96%
B=35.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132141830.4700.140.16161.5855.1964.12
Hex71D6B72F0E10a23740
Octal161326267570162024267100
Binary111000111010110101101111011110111010000101000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,214,183); }

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

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

 a { background-color: rgb(113,214,183); }

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

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

 span { border-color: rgb(113,214,183); }

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