#71D6CD

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

Shades of Downy #71D6CD

Tints of Downy #71D6CD

Color information

#71D6CD (or 0x71D6CD) is unknown color: approx Downy. HEX triplet: 71, D6 and CD. RGB value is (113,214,205). Sum of RGB (Red+Green+Blue) = 113+214+205=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6CD is #8E2932. Grayscale: #B6B6B6. Windows color (decimal): -9316659 or 13489777. OLE color: 13489777.

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

Color convert

RGB113214205-
CMYK0.4700.040.16
HSL174.65º55.19%64.12%-
HSV(B)174.65º47.2%83.92%-
XYZ41.8856.0166.36-
YUV182.78140.5478.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.24%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=21.24%
G=40.23%
B=38.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132142050.4700.040.16174.6555.1964.12
Hex71D6CD2F0410af3740
Octal16132631557042025767100
Binary11100011101011011001101101111010010000101011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,214,205); }

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

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

 a { background-color: rgb(113,214,205); }

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

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

 span { border-color: rgb(113,214,205); }

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