#71D8BC

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

Shades of Downy #71D8BC

Tints of Downy #71D8BC

Color information

#71D8BC (or 0x71D8BC) is unknown color: approx Downy. HEX triplet: 71, D8 and BC. RGB value is (113,216,188). Sum of RGB (Red+Green+Blue) = 113+216+188=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8BC is #8E2743. Grayscale: #B6B6B6. Windows color (decimal): -9316164 or 12376177. OLE color: 12376177.

HSL color Cylindrical-coordinate representation of color #71D8BC: hue angle of 163.69º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8BC is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB113216188-
CMYK0.4800.130.15
HSL163.69º56.91%64.51%-
HSV(B)163.69º47.69%84.71%-
XYZ40.4456.2556.3-
YUV182.01131.3878.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=21.86%
G=41.78%
B=36.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161880.4800.130.15163.6956.9164.51
Hex71D8BC300DFa43941
Octal161330274600151724471101
Binary11100011101100010111100110000011011111101001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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