#71CDCB

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

Shades of Downy #71CDCB

Tints of Downy #71CDCB

Color information

#71CDCB (or 0x71CDCB) is unknown color: approx Downy. HEX triplet: 71, CD and CB. RGB value is (113,205,203). Sum of RGB (Red+Green+Blue) = 113+205+203=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDCB is #8E3234. Grayscale: #B1B1B1. Windows color (decimal): -9318965 or 13356401. OLE color: 13356401.

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

Color convert

RGB113205203-
CMYK0.4500.010.20
HSL178.7º47.92%62.35%-
HSV(B)178.7º44.88%80.39%-
XYZ39.4251.4964.36-
YUV177.26142.5282.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=21.69%
G=39.35%
B=38.96%

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
Decimal1132052030.4500.010.20178.747.9262.35
Hex71CDCB2D0114b3303e
Octal1613153135501242636076
Binary11100011100110111001011101101011010010110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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