#71D7BC

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

Shades of Downy #71D7BC

Tints of Downy #71D7BC

Color information

#71D7BC (or 0x71D7BC) is unknown color: approx Downy. HEX triplet: 71, D7 and BC. RGB value is (113,215,188). Sum of RGB (Red+Green+Blue) = 113+215+188=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7BC is #8E2843. Grayscale: #B5B5B5. Windows color (decimal): -9316420 or 12375921. OLE color: 12375921.

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

Color convert

RGB113215188-
CMYK0.4700.130.16
HSL164.12º56.04%64.31%-
HSV(B)164.12º47.44%84.31%-
XYZ40.1955.7456.22-
YUV181.42131.7179.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.90%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=21.90%
G=41.67%
B=36.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151880.4700.130.16164.1256.0464.31
Hex71D7BC2F0D10a43840
Octal161327274570152024470100
Binary111000111010111101111001011110110110000101001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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