#71CDCA

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

Shades of Downy #71CDCA

Tints of Downy #71CDCA

Color information

#71CDCA (or 0x71CDCA) is unknown color: approx Downy. HEX triplet: 71, CD and CA. RGB value is (113,205,202). Sum of RGB (Red+Green+Blue) = 113+205+202=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDCA is #8E3235. Grayscale: #B1B1B1. Windows color (decimal): -9318966 or 13290865. OLE color: 13290865.

HSL color Cylindrical-coordinate representation of color #71CDCA: hue angle of 178.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDCA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB113205202-
CMYK0.4500.010.20
HSL178.04º47.92%62.35%-
HSV(B)178.04º44.88%80.39%-
XYZ39.351.4463.73-
YUV177.15142.0282.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.73%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=21.73%
G=39.42%
B=38.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132052020.4500.010.20178.0447.9262.35
Hex71CDCA2D0114b2303e
Octal1613153125501242626076
Binary11100011100110111001010101101011010010110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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