#71D3B5

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

Shades of Downy #71D3B5

Tints of Downy #71D3B5

Color information

#71D3B5 (or 0x71D3B5) is unknown color: approx Downy. HEX triplet: 71, D3 and B5. RGB value is (113,211,181). Sum of RGB (Red+Green+Blue) = 113+211+181=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D3B5 is #8E2C4A. Grayscale: #B2B2B2. Windows color (decimal): -9317451 or 11916145. OLE color: 11916145.

HSL color Cylindrical-coordinate representation of color #71D3B5: hue angle of 161.63º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3B5 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB113211181-
CMYK0.4600.140.17
HSL161.63º52.69%63.53%-
HSV(B)161.63º46.45%82.75%-
XYZ38.4453.4452-
YUV178.28129.5381.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=22.38%
G=41.78%
B=35.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132111810.4600.140.17161.6352.6963.53
Hex71D3B52E0E11a23540
Octal161323265560162124265100
Binary111000111010011101101011011100111010001101000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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