#71D1C1

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

Shades of Downy #71D1C1

Tints of Downy #71D1C1

Color information

#71D1C1 (or 0x71D1C1) is unknown color: approx Downy. HEX triplet: 71, D1 and C1. RGB value is (113,209,193). Sum of RGB (Red+Green+Blue) = 113+209+193=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #71D1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D1C1 is #8E2E3E. Grayscale: #B2B2B2. Windows color (decimal): -9317951 or 12702065. OLE color: 12702065.

HSL color Cylindrical-coordinate representation of color #71D1C1: hue angle of 170º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D1C1 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB113209193-
CMYK0.4600.080.18
HSL170º51.06%63.14%-
HSV(B)170º45.93%81.96%-
XYZ39.2452.9658.61-
YUV178.47136.281.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.94%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=21.94%
G=40.58%
B=37.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132091930.4600.080.1817051.0663.14
Hex71D1C12E0812aa333f
Octal16132130156010222526377
Binary11100011101000111000001101110010001001010101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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