#71CDC4

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

Shades of Downy #71CDC4

Tints of Downy #71CDC4

Color information

#71CDC4 (or 0x71CDC4) is unknown color: approx Downy. HEX triplet: 71, CD and C4. RGB value is (113,205,196). Sum of RGB (Red+Green+Blue) = 113+205+196=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDC4 is #8E323B. Grayscale: #B0B0B0. Windows color (decimal): -9318972 or 12897649. OLE color: 12897649.

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

Color convert

RGB113205196-
CMYK0.4500.040.20
HSL174.13º47.92%62.35%-
HSV(B)174.13º44.88%80.39%-
XYZ38.6151.1660.06-
YUV176.47139.0282.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.98%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=21.98%
G=39.88%
B=38.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051960.4500.040.20174.1347.9262.35
Hex71CDC42D0414ae303e
Octal1613153045504242566076
Binary1110001110011011100010010110101001010010101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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