#71D8C1

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

Shades of Downy #71D8C1

Tints of Downy #71D8C1

Color information

#71D8C1 (or 0x71D8C1) is unknown color: approx Downy. HEX triplet: 71, D8 and C1. RGB value is (113,216,193). Sum of RGB (Red+Green+Blue) = 113+216+193=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8C1 is #8E273E. Grayscale: #B6B6B6. Windows color (decimal): -9316159 or 12703857. OLE color: 12703857.

HSL color Cylindrical-coordinate representation of color #71D8C1: hue angle of 166.6º 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 #71D8C1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB113216193-
CMYK0.4800.110.15
HSL166.6º56.91%64.51%-
HSV(B)166.6º47.69%84.71%-
XYZ40.9956.4759.19-
YUV182.58133.8878.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.65%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=21.65%
G=41.38%
B=36.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161930.4800.110.15166.656.9164.51
Hex71D8C1300BFa73941
Octal161330301600131724771101
Binary11100011101100011000001110000010111111101001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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