#71CDCD

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

Shades of Downy #71CDCD

Tints of Downy #71CDCD

Color information

#71CDCD (or 0x71CDCD) is unknown color: approx Downy. HEX triplet: 71, CD and CD. RGB value is (113,205,205). Sum of RGB (Red+Green+Blue) = 113+205+205=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #71CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDCD is #8E3232. Grayscale: #B1B1B1. Windows color (decimal): -9318963 or 13487473. OLE color: 13487473.

HSL color Cylindrical-coordinate representation of color #71CDCD: hue angle of 180º 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 #71CDCD is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113205205-
CMYK0.45000.20
HSL180º47.92%62.35%-
HSV(B)180º44.88%80.39%-
XYZ39.6651.5865.62-
YUV177.49143.5282-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=21.61%
G=39.20%
B=39.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132052050.45000.2018047.9262.35
Hex71CDCD2D0014b4303e
Octal1613153155500242646076
Binary11100011100110111001101101101001010010110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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