#71C4C0

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

Shades of Downy #71C4C0

Tints of Downy #71C4C0

Color information

#71C4C0 (or 0x71C4C0) is unknown color: approx Downy. HEX triplet: 71, C4 and C0. RGB value is (113,196,192). Sum of RGB (Red+Green+Blue) = 113+196+192=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #71C4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C4C0 is #8E3B3F. Grayscale: #AAAAAA. Windows color (decimal): -9321280 or 12633201. OLE color: 12633201.

HSL color Cylindrical-coordinate representation of color #71C4C0: hue angle of 177.11º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C4C0 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB113196192-
CMYK0.4200.020.23
HSL177.11º41.29%60.59%-
HSV(B)177.11º42.35%76.86%-
XYZ36.0646.857-
YUV170.7314086.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=22.55%
G=39.12%
B=38.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961920.4200.020.23177.1141.2960.59
Hex71C4C02A0217b1293d
Octal1613043005202272615175
Binary111000111000100110000001010100101011110110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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